diff options
author | rillig <rillig> | 2005-09-28 19:51:27 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-09-28 19:51:27 +0000 |
commit | 6549b378019a6332d6ff3981ff0ea36fa24f44c7 (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/cowsay | |
parent | b02223a7c02376512d30ab3ddcc78407ed27d728 (diff) | |
download | pkgsrc-6549b378019a6332d6ff3981ff0ea36fa24f44c7.tar.gz |
Replaced "# defined" with "yes" where appropriate.
Diffstat (limited to 'misc/cowsay')
-rw-r--r-- | misc/cowsay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/cowsay/Makefile b/misc/cowsay/Makefile index 4c0c7e84254..4f661722640 100644 --- a/misc/cowsay/Makefile +++ b/misc/cowsay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/07/16 01:19:14 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 19:51:27 rillig Exp $ DISTNAME= cowsay-3.03 PKGREVISION= 1 @@ -17,8 +17,8 @@ SUBST_MESSAGE.pap= Adjusting paths to perl and the cows SUBST_FILES.pap= cowsay SUBST_SED.pap= -e "s|%BANGPERL%|!${PERL5}|" -e "s|%PREFIX%|${PREFIX}|" -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes INSTALLATION_DIRS= bin man/man1 share/cows |