diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
commit | 7541282bbc857e3b52c8cedd620c9cfdf1f29f6c (patch) | |
tree | 5b0df8044181287ce76add40d52e28377ae1da32 /print | |
parent | ba16dc1673b8cc85fd48bb880bafba35e7ee62b3 (diff) | |
download | freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.gz freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.zst freebsd-ports-gnome-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.zip |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Diffstat (limited to 'print')
-rw-r--r-- | print/ansiprint/Makefile | 1 | ||||
-rw-r--r-- | print/epsmerge/Makefile | 1 | ||||
-rw-r--r-- | print/foo2zjs/Makefile | 1 | ||||
-rw-r--r-- | print/py-fonttools/Makefile | 1 | ||||
-rw-r--r-- | print/xpp/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/print/ansiprint/Makefile b/print/ansiprint/Makefile index 2928d57402d6..c9a8baefe8ab 100644 --- a/print/ansiprint/Makefile +++ b/print/ansiprint/Makefile @@ -9,7 +9,6 @@ PORTNAME= ansiprint PORTVERSION= 1.0 CATEGORIES= print MASTER_SITES= SF -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= steve@stephen-fisher.com diff --git a/print/epsmerge/Makefile b/print/epsmerge/Makefile index a45b141f0bb7..03cecf30bcc0 100644 --- a/print/epsmerge/Makefile +++ b/print/epsmerge/Makefile @@ -9,7 +9,6 @@ PORTNAME= epsmerge PORTVERSION= 2.2.2 CATEGORIES= print MASTER_SITES= http://home.clara.net/nox/software/epsmerge/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Merge multiple EPS files into one EPS or PS file diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 68d75e9e07b9..87d6a8707f00 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Driver for printers that use the ZjStream wire protocol diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index 0eb1c9e8037d..1bbc841cf931 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2.3 CATEGORIES= print python MASTER_SITES= SF/${PORTNAME}/Source%20code/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An open source library for manipulating fonts, written in Python diff --git a/print/xpp/Makefile b/print/xpp/Makefile index 423c1b34f0c4..bf63c52b2984 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 1.5 PORTREVISION= 6 CATEGORIES= print MASTER_SITES= SF/cups/${PORTNAME}/${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= X11-based printer manager for CUPS |