ports/105455: [maintainer update] java/phpeclipse - Makefile maintenance

Dominic Fandrey lon_kamikaze at gmx.de
Sun Nov 12 20:20:45 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list