diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-23 01:01:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-23 01:01:20 +0000 |
commit | 08a7a4c27c74e35b53b147c07a06a58205043609 (patch) | |
tree | f1a3ac554d525b9f2e61d4c5a839f37d8aa5946f /archivers/unarj | |
parent | 889ad09dfa8781140b883daa8d35a14e7595a20f (diff) | |
download | ports-08a7a4c27c74e35b53b147c07a06a58205043609.tar.gz ports-08a7a4c27c74e35b53b147c07a06a58205043609.zip |
Notes
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 de11f59e4a38..fcc3378d3723 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> |