diff options
author | steve <steve@FreeBSD.org> | 1998-09-23 01:01:20 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-23 01:01:20 +0000 |
commit | e51128fbe80a9651bfa17bec6c28734bdc65820c (patch) | |
tree | ce6bd4015e2eaf44c73fbdc9c888c37ddb384c36 /archivers/unarj | |
parent | 3805f3c0795d35622c3df63edc7dd1829ed04dd0 (diff) | |
download | FreeBSD-ports-e51128fbe80a9651bfa17bec6c28734bdc65820c.zip FreeBSD-ports-e51128fbe80a9651bfa17bec6c28734bdc65820c.tar.gz |
Portlint cleaning.
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index de11f59..fcc3378 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,18 +3,20 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.9 1998/08/18 02:26:43 vanilla Exp $ +# $Id: Makefile,v 1.10 1998/08/18 22:56:50 asami Exp $ # -DISTNAME= unarj +DISTNAME= unarj241 PKGNAME= unarj-2.41 CATEGORIES= archivers MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -DISTFILES= unarj241.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/unarj + do-install: - cd ${WRKSRC}; ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin + cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin .include <bsd.port.mk> |