diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
commit | 116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch) | |
tree | 182c3e8b2fec5d158af1b14d92f30efeee781107 /www/apache-forrest | |
parent | ce797dd6db08415f0769d368481029338e73d118 (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 'www/apache-forrest')
-rw-r--r-- | www/apache-forrest/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index fb8a36ab72b9..b4c25f487305 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_APACHE} \ http://mirror.nohup.it/apache/forrest/ \ ftp://mirror.nohup.it/apache/forrest/ MASTER_SITE_SUBDIR= forrest -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A tool for rapid development of small sites |