diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/unace/Makefile | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Notes
Diffstat (limited to 'archivers/unace/Makefile')
-rw-r--r-- | archivers/unace/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index fd4c08b935f8..b6605c51d8f3 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,10 +1,5 @@ -# New ports collection makefile for: unace -# URL: http://members.aol.com/mlemke6413/ace.html -# Date created: 23 February 1999 -# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> -# +# Created by: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # $FreeBSD$ -# PORTNAME= unace PORTVERSION= 1.2b @@ -18,7 +13,7 @@ COMMENT= Extract, view & test ACE archives MAKE_JOBS_UNSAFE= yes -USE_GMAKE= yes +USES= gmake ALL_TARGET= clean unace PLIST_FILES= bin/unace |