diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 01:25:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 01:25:25 +0800 |
commit | 86f3f655274befa3f6cacabd0ba8f29162203872 (patch) | |
tree | e4d42d1a01d2f26e6678f4a42045d4b7ee2dadf6 /textproc/exslt | |
parent | fc3a1781693b09a4dd0739178671eb4878379415 (diff) | |
download | freebsd-ports-gnome-86f3f655274befa3f6cacabd0ba8f29162203872.tar.gz freebsd-ports-gnome-86f3f655274befa3f6cacabd0ba8f29162203872.tar.zst freebsd-ports-gnome-86f3f655274befa3f6cacabd0ba8f29162203872.zip |
Convert textproc to USES=zip
Diffstat (limited to 'textproc/exslt')
-rw-r--r-- | textproc/exslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/exslt/Makefile b/textproc/exslt/Makefile index 64e6cd492c2d..9d05fad2f8ef 100644 --- a/textproc/exslt/Makefile +++ b/textproc/exslt/Makefile @@ -7,12 +7,12 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.exslt.org/ DISTNAME= all-${PORTNAME} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Community initiative extensions to XSLT +USES= zip NO_WRKSUBDIR= yes NO_BUILD= yes |