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 /misc/dotfile | |
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 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 6aae32aeb10..eb319762c6a 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/22 12:52:31 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/07/14 10:56:16 frueauf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -20,7 +20,4 @@ GNU_CONFIGURE= yes do-build: @${DO_NADA} -post-install: - @${CAT} ${PKGDIR}/MESSAGE - .include "../../mk/bsd.pkg.mk" |