summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>