summaryrefslogtreecommitdiff
path: root/misc/dotfile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-07-14 10:56:15 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-07-14 10:56:15 +0000
commit004e47e5b091448f3c76862035061bad61cfce9a (patch)
treeeaaacd3793a7798f41fc2b41ca1fa95c4725d22f /misc/dotfile
parent57995c0b73f5d629a227f53577b4c35c6c7587ef (diff)
downloadpkgsrc-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/Makefile5
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"