summaryrefslogtreecommitdiff
path: root/archivers/zipper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/zipper/Makefile')
-rw-r--r--archivers/zipper/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile
index eac8a0cd3703..1451ed2d1bf5 100644
--- a/archivers/zipper/Makefile
+++ b/archivers/zipper/Makefile
@@ -1,18 +1,20 @@
PORTNAME= zipper
-PORTVERSION= 1.5
-PORTREVISION= 9
+DISTVERSION= 1.5
+PORTREVISION= 10
CATEGORIES= archivers gnustep
MASTER_SITES= SAVANNAH/gap
-DISTNAME= Zipper-${PORTVERSION}
+DISTNAME= Zipper-${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for inspecting the contents of a compressed archive
-WWW= http://gap.nongnu.org/zipper/
+WWW= https://gap.nongnu.org/zipper/
+
+LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
post-patch:
- cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";"
+ cd ${WRKSRC} && ${FIND} . -name "*#*" -delete -print
.include <bsd.port.mk>