diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-26 05:54:48 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-26 05:54:48 +0800 |
commit | 73c0f0a9ffec53f36743d4492c401b43fc4d5bd6 (patch) | |
tree | 7aae972946dd9114915f37e5e12fd30bbf1e881e /archivers | |
parent | 2ae0b0b87626a26596cb8576f84bba7a23142bbf (diff) | |
download | freebsd-ports-gnome-73c0f0a9ffec53f36743d4492c401b43fc4d5bd6.tar.gz freebsd-ports-gnome-73c0f0a9ffec53f36743d4492c401b43fc4d5bd6.tar.zst freebsd-ports-gnome-73c0f0a9ffec53f36743d4492c401b43fc4d5bd6.zip |
- Change maintainer email to @FreeBSD.org
- Add staging support
Approved by: wg (mentor)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/advancecomp/Makefile | 6 | ||||
-rw-r--r-- | archivers/advancecomp/pkg-plist | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index 3c616257bc05..8fa7412b2189 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -6,14 +6,10 @@ PORTVERSION= 1.17 CATEGORIES= archivers MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes -MAN1= advdef.1 advmng.1 advpng.1 advzip.1 -PLIST_FILES= bin/advdef bin/advmng bin/advpng bin/advzip - .include <bsd.port.mk> diff --git a/archivers/advancecomp/pkg-plist b/archivers/advancecomp/pkg-plist new file mode 100644 index 000000000000..591b101eae79 --- /dev/null +++ b/archivers/advancecomp/pkg-plist @@ -0,0 +1,8 @@ +bin/advdef +bin/advmng +bin/advpng +bin/advzip +man/man1/advdef.1.gz +man/man1/advmng.1.gz +man/man1/advpng.1.gz +man/man1/advzip.1.gz |