diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:48:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 04:48:15 +0000 |
commit | 7303a651412f794e300334fae502c1e12ca9da58 (patch) | |
tree | ed660f6d3f40d37c94889045588f776449b94575 /archivers | |
parent | Added Xpm to LIB_DEPENDS. (diff) |
Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
Notes
Notes:
svn path=/head/; revision=1347
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 2b2d1ced7734..d19ec6aa7864 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -3,12 +3,17 @@ # Date created: 31 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1994/12/31 18:07:46 ache Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:43:14 jkh Exp $ # + DISTNAME= arc521e.pl8 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +PKGNAME= arc-5.21e CATEGORIES+= archivers +MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ache@FreeBSD.ORG + NO_WRKSUBDIR= yes .include <bsd.port.mk> |