diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:51:27 +0000 |
commit | ffde8eedce0f88cc661e27a4059f8c69b8a4c851 (patch) | |
tree | 4eb5712a96d685a8f4574214f2b3e40d68050c66 /misc/theme-dirs | |
parent | 4ed400be4e4d80fc8cc895687fe8a79596439bd4 (diff) | |
download | pkgsrc-ffde8eedce0f88cc661e27a4059f8c69b8a4c851.tar.gz |
Replaced "# defined" with "yes" where appropriate.
Diffstat (limited to 'misc/theme-dirs')
-rw-r--r-- | misc/theme-dirs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/theme-dirs/Makefile b/misc/theme-dirs/Makefile index 34cfaf184c5..b4c80279e4c 100644 --- a/misc/theme-dirs/Makefile +++ b/misc/theme-dirs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/08/20 19:16:21 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/09/28 19:51:27 rillig Exp $ # DISTNAME= theme-dirs-1.1 @@ -11,10 +11,10 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= # empty COMMENT= Shared theme directories -NO_BUILD= # defined -NO_CONFIGURE= # defined -NO_CHECKSUM= # defined -NO_EXTRACT= # defined +NO_BUILD= yes +NO_CONFIGURE= yes +NO_CHECKSUM= yes +NO_EXTRACT= yes USE_DIRS= xdg-1.1 USE_LANGUAGES= # empty USE_PKGINSTALL= yes |