diff options
author | bsam <bsam@FreeBSD.org> | 2009-08-14 00:24:45 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-08-14 00:24:45 +0800 |
commit | 1f4a184ffb41db66bd4ef665ff03cee9852e31ca (patch) | |
tree | 2c4648aeb33a163a405a77de5bf68362e2fed5a2 /devel/eric4 | |
parent | f6c4e2e60eb441c85d6501e60a65b26b776b2608 (diff) | |
download | freebsd-ports-gnome-1f4a184ffb41db66bd4ef665ff03cee9852e31ca.tar.gz freebsd-ports-gnome-1f4a184ffb41db66bd4ef665ff03cee9852e31ca.tar.zst freebsd-ports-gnome-1f4a184ffb41db66bd4ef665ff03cee9852e31ca.zip |
. switch to the new SFP macro;
. fix MASTER_SITE_SUBDIR;
. remove unneeded FETCH_ARGS.
Requested by: erwin
Diffstat (limited to 'devel/eric4')
-rw-r--r-- | devel/eric4/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/eric4/Makefile.inc b/devel/eric4/Makefile.inc index 73ebdb9627d4..03a71664379a 100644 --- a/devel/eric4/Makefile.inc +++ b/devel/eric4/Makefile.inc @@ -10,8 +10,8 @@ PORTNAME= eric4 PORTVERSION= 4.3.6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= eric-ide +MASTER_SITES= SFP +MASTER_SITE_SUBDIR= eric-ide/${PORTNAME}/${PORTVERSION} DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -26,7 +26,6 @@ INSTALL_CMD?= install-i18n.py USE_PYTHON= 2.4+ NO_BUILD= yes PLIST_FILES?= %%PYTHON_SITELIBDIR%%/${PORTNAME}/${PORTNAME}_${I18N_LANG}.qm -FETCH_ARGS= -pRr do-install: @(cd ${WRKSRC}; \ |