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 /editors | |
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 'editors')
-rw-r--r-- | editors/gwrite/Makefile | 1 | ||||
-rw-r--r-- | editors/joe/Makefile | 1 | ||||
-rw-r--r-- | editors/zoinks/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/editors/gwrite/Makefile b/editors/gwrite/Makefile index 4525a3da53f3..d952183e66b8 100644 --- a/editors/gwrite/Makefile +++ b/editors/gwrite/Makefile @@ -9,7 +9,6 @@ PORTNAME= gwrite PORTVERSION= 0.3.0 CATEGORIES= editors python MASTER_SITES= GOOGLE_CODE -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= jupengfei@gmail.com COMMENT= A simple HTML format editor diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 993411544a08..438c58684b44 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 3.7 PORTEPOCH= 1 CATEGORIES= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= Joe's Own Editor diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index 2ed8423db53d..6c832f6622e4 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 0.3.7 PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= http://zoinks.mikelockwood.com/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mike@mikelockwood.com COMMENT= An X11 programmer's editor and development environment |