diff options
author | asami <asami@FreeBSD.org> | 1998-01-26 18:11:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-01-26 18:11:37 +0800 |
commit | 1a2c9b44a3dcb9f03f9e73cef634d9e31d9bc531 (patch) | |
tree | 4324538ef586e006809019ddebc6ceedb281e099 /archivers/unarj | |
parent | 622bb71647e5c98b32ca60da8fabe7b08d394286 (diff) | |
download | freebsd-ports-gnome-1a2c9b44a3dcb9f03f9e73cef634d9e31d9bc531.tar.gz freebsd-ports-gnome-1a2c9b44a3dcb9f03f9e73cef634d9e31d9bc531.tar.zst freebsd-ports-gnome-1a2c9b44a3dcb9f03f9e73cef634d9e31d9bc531.zip |
Back out previous commit -- it doesn't work that way without
defining WRKSRC too (which will increase the number of lines by one.
Diffstat (limited to 'archivers/unarj')
-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 |