diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-30 14:23:02 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-30 14:23:02 +0000 |
commit | a334c54c516b300722df277360435942844b368a (patch) | |
tree | 55f139b0a59ca656f424f5247059209aa8a060cb | |
parent | aa4ef6c510f36d21f8c282c869111efaa2a058ef (diff) | |
download | FreeBSD-ports-a334c54c516b300722df277360435942844b368a.zip FreeBSD-ports-a334c54c516b300722df277360435942844b368a.tar.gz |
- Remove default DISTNAME
PR: ports/165609
Submitted by: pgollucci (March 2012)
With hat: portmgr
-rw-r--r-- | audio/autotalent/Makefile | 1 | ||||
-rw-r--r-- | databases/py-couchdb/Makefile | 1 | ||||
-rw-r--r-- | devel/bsdlibdwarf/Makefile | 1 | ||||
-rw-r--r-- | net/relayd/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nvramtool/Makefile | 1 | ||||
-rw-r--r-- | www/grails/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index 0a77fa3..bcbf468 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -5,7 +5,6 @@ PORTNAME= autotalent PORTVERSION= 0.2 CATEGORIES= audio MASTER_SITES= http://web.mit.edu/tbaran/www/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Real-time pitch correction plugin for LADSPA diff --git a/databases/py-couchdb/Makefile b/databases/py-couchdb/Makefile index 11e4e64..5fd978d 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.8 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= niwi@niwi.be diff --git a/devel/bsdlibdwarf/Makefile b/devel/bsdlibdwarf/Makefile index 7588aab..af51b9d 100644 --- a/devel/bsdlibdwarf/Makefile +++ b/devel/bsdlibdwarf/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.20110616 CATEGORIES= devel MASTER_SITES= ftp://ftp.lysator.liu.se/%SUBDIR%/ MASTER_SITE_SUBDIR= pub/${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= zeising@FreeBSD.org COMMENT= BSD licensed implementation of libdwarf diff --git a/net/relayd/Makefile b/net/relayd/Makefile index e414dea..c119485 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -13,7 +13,6 @@ COMMENT= OpenBSD relay daemon LICENSE= BSD -DISTNAME= ${PORTNAME}-${PORTVERSION} USE_BZIP2= yes MANCOMPRESSED= yes diff --git a/sysutils/nvramtool/Makefile b/sysutils/nvramtool/Makefile index 469141f..eef7cdf 100644 --- a/sysutils/nvramtool/Makefile +++ b/sysutils/nvramtool/Makefile @@ -5,7 +5,6 @@ PORTNAME= nvramtool PORTVERSION= r6440 CATEGORIES= sysutils MASTER_SITES= http://www.zonov.org/${PORTNAME}/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= zont@FreeBSD.org COMMENT= A utility for reading, writing the contents of CMOS memory diff --git a/www/grails/Makefile b/www/grails/Makefile index c081520..afe5c7d 100644 --- a/www/grails/Makefile +++ b/www/grails/Makefile @@ -6,7 +6,6 @@ DISTVERSION= 1.3.6 CATEGORIES= www java MASTER_SITES= http://dist.codehaus.org/grails/ \ http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mjs@bur.st COMMENT= Web framework built on Groovy |