Date: Sun, 12 Nov 2006 20:19:07 GMT From: Dominic Fandrey<lon_kamikaze@gmx.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/105455: [maintainer update] java/phpeclipse - Makefile maintenance Message-ID: <200611122019.kACKJ72H054341@www.freebsd.org> Resent-Message-ID: <200611122020.kACKKZdN009542@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105455 >Category: ports >Synopsis: [maintainer update] java/phpeclipse - Makefile maintenance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 12 20:20:35 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: Releng_6 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Nov 11 18:44:31 CET 2006 root@homeKamikaze.norad:/usr/obj/TPR40-6/i386/usr/src/sys/TPR40-6 i386 >Description: Makes portlint happy. >How-To-Repeat: >Fix: diff -Pur java/phpeclipse.orig/Makefile java/phpeclipse/Makefile --- java/phpeclipse.orig/Makefile Sun Nov 12 13:44:19 2006 +++ java/phpeclipse/Makefile Sun Nov 12 13:51:24 2006 @@ -15,12 +15,12 @@ MAINTAINER= lon_kamikaze@gmx.de COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse + PLIST_SUB= VER=${PORTVERSION} PLUGIN_PATHS= features plugins -RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse - NO_BUILD= yes USE_ZIP= yes NO_WRKSUBDIR= yes @@ -33,12 +33,12 @@ @${CP} -r ${WRKSRC}/${_path}/* ${ECLIPSE}/${_path}/ .endfor -plist: patch +plist: build @${ECHO} "===> Rebuilding PLIST." @${TOUCH} ${PLIST} @${RM} ${PLIST} .for _path in ${PLUGIN_PATHS} - @${FIND} ${WRKSRC}/${_path}/ -type f \ + @${FIND} ${WRKSRC}/${_path}/ -not -type d \ | ${SED} "s|${WRKSRC}|eclipse|1" \ | ${SED} "s|${PORTVERSION}|%%VER%%|g" \ >> ${PLIST} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611122019.kACKJ72H054341>