diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-21 09:31:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-21 09:31:15 +0000 |
commit | 664988189dda10c94adb1f29479b4b76ff6a6f6a (patch) | |
tree | f56dcf527a46ad3c26f55cd2cdf06fefcb7857a4 /wm | |
parent | 6df7dc8c09143585bb1536953c617fcc69d2b4a7 (diff) | |
download | pkgsrc-664988189dda10c94adb1f29479b4b76ff6a6f6a.tar.gz |
Remove NO_CHECKSUM so that distinfo actually gets used,
and an associated obsolete comment.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ethemes/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/wm/ethemes/Makefile b/wm/ethemes/Makefile index 3c9559964c9..d23d3d1350d 100644 --- a/wm/ethemes/Makefile +++ b/wm/ethemes/Makefile @@ -1,9 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/04 13:09:43 salo Exp $ - -# -# There is no distinfo file since the files change contents so often on the -# master site -# +# $NetBSD: Makefile,v 1.10 2003/11/21 09:31:15 wiz Exp $ DISTNAME= ethemes-0.1 PKGREVISION= 2 @@ -21,7 +16,6 @@ DIST_SUBDIR= ethemes USE_X11= yes NO_BUILD= yes NO_CONFIGURE= yes -NO_CHECKSUM= yes EXTRACT_ONLY= E_DATADIR= share/enlightenment/themes |