diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 15:08:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 15:08:13 +0000 |
commit | 20f602183d791fd4331f688e3c1898607b6bccf4 (patch) | |
tree | 05fa3b6fd429e7fa209501b3283fccb7b3de5b1a | |
parent | fb47fbc9aa1ccf954264f4981cf0a073a2b026f7 (diff) | |
download | ports-20f602183d791fd4331f688e3c1898607b6bccf4.tar.gz ports-20f602183d791fd4331f688e3c1898607b6bccf4.zip |
- Fix fetching by adding missed MASTER_SITE_SUBDIR
PR: ports/62057
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Notes
Notes:
svn path=/head/; revision=99411
-rw-r--r-- | java/phpeclipse_phphelp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/phpeclipse_phphelp/Makefile b/java/phpeclipse_phphelp/Makefile index 42e49ead4ec7..75897f582118 100644 --- a/java/phpeclipse_phphelp/Makefile +++ b/java/phpeclipse_phphelp/Makefile @@ -9,6 +9,7 @@ PORTNAME= phpeclipse_phphelp PORTVERSION= 1.0.4 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= phpeclipse DISTNAME= net.sourceforge.phpeclipse.phphelp_${PORTVERSION} MAINTAINER= rtdean@cytherianage.net |