diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-01-26 10:11:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-01-26 10:11:37 +0000 |
commit | 90b786771182f6011758ef2104c4ec96c9ec31dc (patch) | |
tree | e7defa7889833a2b6775ae0a366412e7f67285c9 /archivers | |
parent | da7f869554964f32040cb141aa712ce30caf9fb5 (diff) | |
download | ports-90b786771182f6011758ef2104c4ec96c9ec31dc.tar.gz ports-90b786771182f6011758ef2104c4ec96c9ec31dc.zip |
Back out previous commit -- it doesn't work that way without
defining WRKSRC too (which will increase the number of lines by one.
Notes
Notes:
svn path=/head/; revision=9455
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unarj/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 71143243a0da..abb9c095a07d 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -3,14 +3,14 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.6 1996/11/12 02:17:38 obrien Exp $ +# $Id: Makefile,v 1.7 1998/01/23 00:43:40 jseger Exp $ # -DISTNAME= unarj241 +DISTNAME= unarj PKGNAME= unarj-2.41 CATEGORIES= archivers MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ -EXTRACT_SUFX= .tar.Z +DISTFILES= unarj241.tar.Z MAINTAINER= ache@FreeBSD.ORG |