diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 03:01:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 03:01:55 +0000 |
commit | 7b0513064213421c7b8c8c5d1b75e6fea7014a69 (patch) | |
tree | 6a2477bee97aa219cde5de7a48463bdd535f2e88 /mail-mta/nullmailer/nullmailer-1.00.ebuild | |
parent | Stable ppc-macos (diff) | |
download | gentoo-2-7b0513064213421c7b8c8c5d1b75e6fea7014a69.tar.gz gentoo-2-7b0513064213421c7b8c8c5d1b75e6fea7014a69.tar.bz2 gentoo-2-7b0513064213421c7b8c8c5d1b75e6fea7014a69.zip |
QA: Use ${PF}
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-mta/nullmailer/nullmailer-1.00.ebuild')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.00.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-mta/nullmailer/nullmailer-1.00.ebuild b/mail-mta/nullmailer/nullmailer-1.00.ebuild index 97fed7ab1938..35b15402246e 100644 --- a/mail-mta/nullmailer/nullmailer-1.00.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.1 2005/06/02 04:58:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.00.ebuild,v 1.2 2005/07/09 03:01:55 swegener Exp $ inherit eutils flag-o-matic @@ -120,10 +120,8 @@ pkg_postinst() { chmod 770 /var/log/nullmailer /var/nullmailer/{tmp,queue} chmod 660 /var/nullmailer/trigger - TMP_P="${PN}-${PV}" - [ "${PR}" != "r0" ] && TMP_P="${TMP_P}-${PR}" einfo "To create an initial setup, please do:" - einfo "ebuild /var/db/pkg/${CATEGORY}/${TMP_P}/${TMP_P}.ebuild config" + einfo "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" msg_svscan msg_mailerconf } |