summaryrefslogtreecommitdiff
path: root/x11/gtk/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-03-10 16:33:33 +0000
committerfrueauf <frueauf>1998-03-10 16:33:33 +0000
commit38c6d215bce3a135667e4f6a462c8a6468b8ad82 (patch)
tree1d2733c03a4f4635c2f2c0bfc163776080877731 /x11/gtk/Makefile
parentf8f08342976c47a9e8419c98ad76bd495fedd7cc (diff)
downloadpkgsrc-38c6d215bce3a135667e4f6a462c8a6468b8ad82.tar.gz
portlint: pkg->${PKGDIR}.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r--x11/gtk/Makefile6
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>