diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-10 16:33:33 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-10 16:33:33 +0000 |
commit | 40840ba5cb6a9b17812162f315f98e8452aa9486 (patch) | |
tree | 1d2733c03a4f4635c2f2c0bfc163776080877731 /x11 | |
parent | bab9f6afe4df84cdd04740c51faa084214f424e5 (diff) | |
download | pkgsrc-40840ba5cb6a9b17812162f315f98e8452aa9486.tar.gz |
portlint: pkg->${PKGDIR}.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index acdd4b70380..b951a0e2834 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -3,7 +3,7 @@ # Date created: 29 January 1998 # Whom: bsieker@techfak.uni-bielefeld.de # -# $NetBSD: Makefile,v 1.4 1998/02/13 11:49:27 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/10 16:33:33 frueauf Exp $ DISTNAME= gtk+-0.99.3 CATEGORIES= x11 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ \ MAINTAINER= bsieker@techfak.uni-bielefeld.de -# see below for shared lib version information - BUILD_DEPENDS= ${LOCALBASE}/bin/install-info:${PORTSDIR}/devel/gtexinfo GNU_CONFIGURE= yes @@ -28,6 +26,6 @@ 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} .include <bsd.port.mk> |