summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-29 20:04:42 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-29 20:04:42 +0000
commit116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch)
tree182c3e8b2fec5d158af1b14d92f30efeee781107 /graphics
parentDocument django multiple vulnerabilities. (diff)
- 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)
Notes
Notes: svn path=/head/; revision=267133
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grads/Makefile1
-rw-r--r--graphics/megapov/Makefile1
-rw-r--r--graphics/vips/Makefile1
3 files changed, 0 insertions, 3 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile
index ff281bc637ac..b8b88a886cff 100644
--- a/graphics/grads/Makefile
+++ b/graphics/grads/Makefile
@@ -11,7 +11,6 @@ PORTREVISION= 3
CATEGORIES= graphics science math
MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \
ftp://grads.iges.org/grads/:other
-DISTNAME= ${PORTNAME}-${PORTVERSION}
DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}:src \
example.tar.gz:other
EXTRACT_ONLY= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile
index b265ccc5df5a..d8409426005f 100644
--- a/graphics/megapov/Makefile
+++ b/graphics/megapov/Makefile
@@ -10,7 +10,6 @@ PORTVERSION= 1.2.1
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://megapov.inetart.net/packages/unix/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= maho@FreeBSD.org
COMMENT= Unofficial extensions of POV-Ray
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 2c0c7af2c02d..2fef3e6504c6 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -18,7 +18,6 @@ OPTIONS+= LIBOIL "Use liboil for CPU-optimized primitives" on
# Making Python a proper option awaits portmgr's resolving the current
# chicken-and-egg problem of OPTIONS vs. USE_* knobs
#OPTIONS+= PYTHON "Create Python bindings" ${PYPRESENT}
-DISTNAME= ${PORTNAME}-${PORTVERSION}
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \