diff options
author | wiz <wiz> | 2002-10-06 00:03:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-06 00:03:20 +0000 |
commit | 886d12f8eeb77807b05333c362ff903c8782379b (patch) | |
tree | 85adffc34e0fc7d028de5042da7b91779ef27918 /wm | |
parent | 6186777e20fc5c078028c09e5dd307aa9f79d061 (diff) | |
download | pkgsrc-886d12f8eeb77807b05333c362ff903c8782379b.tar.gz |
Remove NO_CHKSUM.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/aquaified/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/aquaified/Makefile b/wm/aquaified/Makefile index 77bb03feb2f..0cd59aff122 100644 --- a/wm/aquaified/Makefile +++ b/wm/aquaified/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/06 00:02:50 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/06 00:03:20 wiz Exp $ # DISTNAME= aquaified-0.30 @@ -12,7 +12,6 @@ COMMENT= Aquaified is a theme for the Sawfish window manager. DEPENDS+= sawfish>=1.0.1:../../wm/sawfish NO_BUILD= yes -NO_CHECKSUM= yes WRKSRC= ${WRKDIR}/Aquaified THEME_DATADIR= share/sawfish/themes |