diff options
author | jlam <jlam> | 2006-01-19 23:00:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-01-19 23:00:24 +0000 |
commit | deebafc798f61116a9e012480247db90526d1258 (patch) | |
tree | 185a0abcee3c2f01cd3ecbcec074331d00cb978b /misc/setiathome | |
parent | b6e8a1c5d5c56017f54adffd44c41cb89590e914 (diff) | |
download | pkgsrc-deebafc798f61116a9e012480247db90526d1258.tar.gz |
Remove unnecessary DECOMPRESS_CMD setting, which is automatically taken
care if in bsd.pkg.extract.mk based on the EXTRACT_SUFX.
Diffstat (limited to 'misc/setiathome')
-rw-r--r-- | misc/setiathome/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/setiathome/Makefile b/misc/setiathome/Makefile index ea151be6e57..9be70241352 100644 --- a/misc/setiathome/Makefile +++ b/misc/setiathome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/12/29 06:21:55 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/19 23:00:24 jlam Exp $ # DISTNAME= ${PKGNAME_NOREV} @@ -54,7 +54,6 @@ ONLY_FOR_PLATFORM+= OpenBSD-*-sparc64 SunOS-*-sparc SunOS-*-i386 Linux-*-i386 ONLY_FOR_PLATFORM+= Linux-*-i386 Linux-*-x86_64 DIST_SUBDIR= setiathome -DECOMPRESS_CMD= ${CAT} NO_BUILD= yes RCD_SCRIPTS= setiathome |