diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/iso8879 | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Notes
Diffstat (limited to 'textproc/iso8879')
-rw-r--r-- | textproc/iso8879/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iso8879/Makefile b/textproc/iso8879/Makefile index f4f16cd3866d..74033b778620 100644 --- a/textproc/iso8879/Makefile +++ b/textproc/iso8879/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: iso8879 -# Version required: 1986 # Date created: June 19, 1997 # Whom: jfieber # # $FreeBSD$ # -DISTNAME= isoENTS -PKGNAME= iso8879-1986 +PORTNAME= iso8879 +PORTVERSION= 1986 CATEGORIES= textproc MASTER_SITES= http://fallout.campusview.indiana.edu/ports/distfiles/ +DISTNAME= isoENTS EXTRACT_SUFX= .zip MAINTAINER= jfieber@FreeBSD.org |