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 /www/ap-auth-cookie | |
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 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index 968793d2e05..37ba605aa8e 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/13 16:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.4 1998/07/14 10:56:16 frueauf Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in @@ -27,6 +27,5 @@ do-build: do-install: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_auth_cookie.so - @${CAT} ${PKGDIR}/MESSAGE .include "../../mk/bsd.pkg.mk" |