diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-26 12:36:18 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-26 12:36:18 +0000 |
commit | 5e38b8b5ff013779e7802f20eb65d5025b9f78b0 (patch) | |
tree | 91510a41b8b0c17dd9f510f58b6e7ba6c7e70b6e /archivers | |
parent | bcc4dead1d4575ef1c46c780bd8900008078e6e4 (diff) | |
download | ports-5e38b8b5ff013779e7802f20eb65d5025b9f78b0.tar.gz ports-5e38b8b5ff013779e7802f20eb65d5025b9f78b0.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-unace/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/linux-unace/Makefile b/archivers/linux-unace/Makefile index 35bd3176e9f8..c3c4eb0b1dce 100644 --- a/archivers/linux-unace/Makefile +++ b/archivers/linux-unace/Makefile @@ -18,11 +18,14 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= Extract, view & test ACE archives RESTRICTED= Distribution is permitted within the original package only +DEPRECATED= security issues +EXPIRATION_DATE= 2006-10-26 ONLY_FOR_ARCHS= amd64 i386 NO_BUILD= yes PLIST_FILES= bin/linunace PORTDOCS= licence +STRIP= do-install: ${INSTALL_PROGRAM} ${WRKDIR}/unace ${PREFIX}/bin/linunace |