diff options
author | tron <tron@pkgsrc.org> | 1998-06-20 23:17:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-20 23:17:31 +0000 |
commit | dbce0a78ca3b3991f95df5314958912c8d1606c5 (patch) | |
tree | 0bf16adba822f26af34c59e2a3dc2fe0e482f391 /x11/gtk | |
parent | e5bdc239b0925ee04201bd828fa8566ef8769444 (diff) | |
download | pkgsrc-dbce0a78ca3b3991f95df5314958912c8d1606c5.tar.gz |
No need to process "PLIST" with "sed", let "install-info" create
"${X11BASE}/info/dir" for us.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index ac68fb7ed29..47e652ae9dc 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/06/20 22:19:54 tron Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/20 23:17:31 tron Exp $ DISTNAME= gtk+-1.0.4 CATEGORIES= x11 @@ -16,12 +16,4 @@ USE_X11= yes CFLAGS= -pipe -O2 INFO_FILES= gdk.info glib.info gtk.info -PLIST_SRC= ${WRKDIR:T}/.PLIST-src - -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' < ${PKGDIR}/PLIST > ${PLIST_SRC} - .include "../../mk/bsd.pkg.mk" |