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