diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:32:54 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 14:32:54 +0000 |
commit | 181e837416215a02a1c2a7f758763a4548980bc0 (patch) | |
tree | cc7a1a2f90f5ff6c7a5a811aa575e8faaf5eb1fe /mail | |
parent | cc1611366b80d2925d41d9df4f96f17a555a1ded (diff) | |
download | pkgsrc-181e837416215a02a1c2a7f758763a4548980bc0.tar.gz |
portlint: use ${PKGDIR} instead of pkg.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 64dd0498ecd..d69c2a65a20 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,7 +4,7 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.5 1998/03/08 02:31:57 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/10 14:32:54 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp # @@ -34,6 +34,6 @@ post-install: ${LN} -f ${PREFIX}/man/man1/compface.1 ${PREFIX}/man/man1/uncompface.1 ${LN} -f ${PREFIX}/man/man3/compface.3 ${PREFIX}/man/man3/uncompface.3 @${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \ - -e 's|@x11base@|'${X11BASE}'|g' < pkg/PLIST > ${PLIST_SRC} + -e 's|@x11base@|'${X11BASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC} .include <bsd.port.mk> |