diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-01-23 00:43:43 +0000 |
commit | 999cbb3ea4ac3d340f24421878934904b037c115 (patch) | |
tree | 1289d800ddf740b1ce58511ba143de4861583926 /archivers/nulib | |
parent | b3dea148df24bc677eb3359849d1c0241c9dfedf (diff) | |
download | ports-999cbb3ea4ac3d340f24421878934904b037c115.tar.gz ports-999cbb3ea4ac3d340f24421878934904b037c115.zip |
Notes
Diffstat (limited to 'archivers/nulib')
-rw-r--r-- | archivers/nulib/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile index e01929d846fd..da75c8bd36ba 100644 --- a/archivers/nulib/Makefile +++ b/archivers/nulib/Makefile @@ -3,17 +3,18 @@ # Date created: Thu May 8 00:14:31 PDT 1997 # Whom: Steven Wallace <swallace@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/15 23:23:08 swallace Exp $ +# $Id: Makefile,v 1.2 1998/01/08 18:51:54 fenner Exp $ # -DISTNAME= nulib-3.25 +DISTNAME= nulib325 +PKGNAME= nulib-3.25 CATEGORIES= archivers MASTER_SITES= ftp://apple2.caltech.edu/%2FZocalo/pub/apple2/ARCHIVERS/ -DISTFILES= nulib325.tar.Z -WRKSRC= ${WRKDIR}/nulib +EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@freebsd.org +WRKSRC= ${WRKDIR}/nulib MAN1= nulib.1 do-install: |