diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:56:21 +0000 |
commit | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (patch) | |
tree | 66898ce3ab32f0acd73aed95afc2fd553e9edb99 /archivers/unarj | |
parent | 7303a651412f794e300334fae502c1e12ca9da58 (diff) | |
download | ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.tar.gz ports-19e38c2e9f0410723cc1a29649f9ab578bae6e85.zip |
Notes
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index a2db3cc321a7..9b5108875890 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,12 +3,16 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/28 01:55:04 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:28 jkh Exp $ # -DISTFILES= unarj241.tar.Z + DISTNAME= unarj -MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +PKGNAME= unarj-2.41 CATEGORIES+= archivers +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +DISTFILES= unarj241.tar.Z + +MAINTAINER= ache@FreeBSD.ORG install: cd ${WRKSRC}; install -cs -o bin -g bin -m755 ${DISTNAME} ${PREFIX}/bin |