diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-01 20:34:38 +0800 |
commit | bf66188ea8cc884c43be69a337f79f2327741831 (patch) | |
tree | 37836894d5dfce53383d04089187fb5afc160763 /archivers | |
parent | 3bf6614da37d1e86a2552cf324bbdd4d453fd306 (diff) | |
download | freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.gz freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.tar.zst freebsd-ports-gnome-bf66188ea8cc884c43be69a337f79f2327741831.zip |
Switch to using USE_ZIP along with minor cleanups to some ports.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unace/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 72a31448483e..3369333474e9 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -4,30 +4,23 @@ # Date created: 23 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/02 04:19:20 steve Exp $ # DISTNAME= unacepub PKGNAME= unace-1.2b CATEGORIES= archivers MASTER_SITES= http://members.aol.com/mlemke6413/ -EXTRACT_SUFX= .zip MAINTAINER= jonny@jonny.eng.br -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - FETCH_BEFORE_ARGS= -t +USE_ZIP= yes USE_GMAKE= yes ALL_TARGET= unace MAKEFILE= unix/makefile - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKSRC} - @unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKSRC} +NO_WRKSUBDIR= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin |