diff options
author | frueauf <frueauf> | 1998-03-11 10:10:31 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-11 10:10:31 +0000 |
commit | 26dac1829ff384fe09add75e953980ba13700a85 (patch) | |
tree | 4dd89130c47d0dedd42181d66e208d115d356455 /graphics/gimp | |
parent | 2f5ee5e35191c4eecce1d33c062d0d41ce3276d8 (diff) | |
download | pkgsrc-26dac1829ff384fe09add75e953980ba13700a85.tar.gz |
portlint: pkg->${PKGDIR}.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index c646e484f17..c5aacfb14e6 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -3,7 +3,7 @@ # Date created: 29 January 1998 # Whom: Bernd Sieker <bsieker@techfak.uni-bielefeld.de> # -# $NetBSD: Makefile,v 1.6 1998/02/24 15:08:26 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/11 10:10:31 frueauf Exp $ DISTNAME= gimp-0.99.18 CATEGORIES= graphics @@ -70,7 +70,7 @@ pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' ${LOCALBASE}/info/dir > ${PREFIX}/info/dir; \ fi - @${SED} -e 's|\$${LOCALBASE}|'${LOCALBASE}'|g' < pkg/PLIST > ${PLIST_SRC} + @${SED} -e 's|\$${LOCALBASE}|'${LOCALBASE}'|g' < ${PKGDIR}/PLIST > ${PLIST_SRC} post-install: install-info ${PREFIX}/info/pdb.info ${PREFIX}/info/dir |