diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fvwm2/Makefile | 3 | ||||
-rw-r--r-- | x11/xpkgwedge/Makefile | 10 | ||||
-rw-r--r-- | x11/xpkgwedge/pkg/MESSAGE.pre (renamed from x11/xpkgwedge/pkg/MESSAGE) | 0 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11/fvwm2/Makefile b/x11/fvwm2/Makefile index 32302d2f2db..a956bfb44a5 100644 --- a/x11/fvwm2/Makefile +++ b/x11/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/07/04 09:19:08 mycroft Exp $ +# $NetBSD: Makefile,v 1.13 1998/07/14 10:56:16 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -33,6 +33,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \ ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \ ${PREFIX}/lib/X11/fvwm2/pixmaps - @${CAT} ${PKGDIR}/MESSAGE .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpkgwedge/Makefile b/x11/xpkgwedge/Makefile index 1ce41c243b8..cf2f0b4513a 100644 --- a/x11/xpkgwedge/Makefile +++ b/x11/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/01 15:56:35 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/14 10:56:16 frueauf Exp $ # DISTNAME= xpkgwedge-0.2 @@ -25,7 +25,11 @@ pre-extract: pre-configure: @${CP} ${FILESDIR}/Imakefile ${FILESDIR}/xpkgwedge.def ${WRKSRC} -post-install: - @${SED} -e s,@@PREFIX@@,${LOCALBASE}, ${PKGDIR}/MESSAGE +pre-install: + @${SED} -e 's|@@PREFIX@@|${LOCALBASE}|g' < ${PKGDIR}/MESSAGE.pre \ + > ${PKGDIR}/MESSAGE + +pre-clean: + @${RM} ${PKGDIR}/MESSAGE .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpkgwedge/pkg/MESSAGE b/x11/xpkgwedge/pkg/MESSAGE.pre index f1f2442d940..f1f2442d940 100644 --- a/x11/xpkgwedge/pkg/MESSAGE +++ b/x11/xpkgwedge/pkg/MESSAGE.pre |