diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-08-30 17:31:06 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-08-30 17:31:06 +0000 |
commit | 4a72f6b50fb90e29a35de266daf30b0ad008aaaf (patch) | |
tree | a4198f812053d11c9841e8876e18ecf5211816d2 /archivers/arc/Makefile | |
parent | c10a99c9fd3daee241146b9802c6343688f34b1f (diff) | |
download | ports-4a72f6b50fb90e29a35de266daf30b0ad008aaaf.tar.gz ports-4a72f6b50fb90e29a35de266daf30b0ad008aaaf.zip |
Notes
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r-- | archivers/arc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index c0b84757d111..88eeea25cf5c 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -6,13 +6,11 @@ # PORTNAME= arc -PORTVERSION= 5.21o -PORTREVISION= 1 +PORTVERSION= 5.21p CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= delphij@FreeBSD.org COMMENT= Create & extract files from DOS .ARC files PLIST_FILES= bin/arc bin/marc |