diff options
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 2b2d1ce..d19ec6a 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> |