diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
commit | 116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch) | |
tree | 182c3e8b2fec5d158af1b14d92f30efeee781107 /editors/joe | |
parent | ce797dd6db08415f0769d368481029338e73d118 (diff) | |
download | freebsd-ports-gnome-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.tar.gz freebsd-ports-gnome-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.tar.zst freebsd-ports-gnome-116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3.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/joe')
-rw-r--r-- | editors/joe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |