diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-14 10:56:15 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-14 10:56:15 +0000 |
commit | 004e47e5b091448f3c76862035061bad61cfce9a (patch) | |
tree | eaaacd3793a7798f41fc2b41ca1fa95c4725d22f /x11/fvwm2 | |
parent | 57995c0b73f5d629a227f53577b4c35c6c7587ef (diff) | |
download | pkgsrc-004e47e5b091448f3c76862035061bad61cfce9a.tar.gz |
cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every
package Makefile.
Diffstat (limited to 'x11/fvwm2')
-rw-r--r-- | x11/fvwm2/Makefile | 3 |
1 files changed, 1 insertions, 2 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" |