diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-19 23:00:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-19 23:00:24 +0000 |
commit | 6fbe86c997d83a3ec972d7d8f276675c1fe50398 (patch) | |
tree | 185a0abcee3c2f01cd3ecbcec074331d00cb978b /net/libsscript | |
parent | 44ad4cb60183bc604749537316b5b24fe6c81b51 (diff) | |
download | pkgsrc-6fbe86c997d83a3ec972d7d8f276675c1fe50398.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 'net/libsscript')
-rw-r--r-- | net/libsscript/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/libsscript/Makefile b/net/libsscript/Makefile index 32443114bf6..5ef3383c544 100644 --- a/net/libsscript/Makefile +++ b/net/libsscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:17:55 tv Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/19 23:00:24 jlam Exp $ # DISTNAME= sscript-lib2.0 @@ -12,8 +12,6 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.linuxave.net/~drow/SocketScript/ COMMENT= Simple library for creating network oriented software in C -DECOMPRESS_CMD= ${CAT} - NO_CONFIGURE= YES USE_LIBTOOL= YES |