diff options
Diffstat (limited to 'print/transfig/Makefile')
-rw-r--r-- | print/transfig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 49cff30c8c50..d39c76b9b42e 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: transfig -# Version required: 3.2.3 # Date created: 9 August 1996 # Whom: chuckr@freebsd.org # # $FreeBSD$ # -DISTNAME= transfig.3.2.3 -PKGNAME= transfig-3.2.3 +PORTNAME= transfig +PORTVERSION= 3.2.3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://www-epb.lbl.gov/xfig/ MASTER_SITE_SUBDIR= applications/drawing_tools/transfig +DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= chuckr@freebsd.org |