diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:01:36 +0800 |
commit | 25b827806b76112495e2d390912f6667b7b3ce39 (patch) | |
tree | 6d9bf2c42239eb7fa59e3a370ddfad85fecabb87 /sysutils/vstrip | |
parent | 4064d32e36669bd57f992b0944164024af9eb84f (diff) | |
download | freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.gz freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.tar.zst freebsd-ports-gnome-25b827806b76112495e2d390912f6667b7b3ce39.zip |
Convert s* to USES=zip
Diffstat (limited to 'sysutils/vstrip')
-rw-r--r-- | sysutils/vstrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/vstrip/Makefile b/sysutils/vstrip/Makefile index 00685687cd20..59e2a35984ea 100644 --- a/sysutils/vstrip/Makefile +++ b/sysutils/vstrip/Makefile @@ -19,7 +19,7 @@ LDFLAGS+= -lm PLIST_FILES= bin/${PORTNAME} -USE_ZIP= yes +USES= zip WRKSRC= ${WRKDIR}/${PORTNAME} post-extract: |