svn commit: r369151 - head/devel/eiffelstudio

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 24 01:48:15 UTC 2014


Author: amdmi3
Date: Wed Sep 24 01:48:14 2014
New Revision: 369151
URL: http://svnweb.freebsd.org/changeset/ports/369151
QAT: https://qat.redports.org/buildarchive/r369151/

Log:
  - Switch to PLIST_FILES/PORTDATA

Deleted:
  head/devel/eiffelstudio/pkg-plist
Modified:
  head/devel/eiffelstudio/Makefile

Modified: head/devel/eiffelstudio/Makefile
==============================================================================
--- head/devel/eiffelstudio/Makefile	Wed Sep 24 01:47:46 2014	(r369150)
+++ head/devel/eiffelstudio/Makefile	Wed Sep 24 01:48:14 2014	(r369151)
@@ -34,6 +34,9 @@ EIFFEL_HOST=	${OPSYS:tl}-${EIFFEL_ARCH}
 PLIST_SUB+=	EIFFEL_HOST="${EIFFEL_HOST}"
 SUB_LIST+=	EIFFEL_HOST="${EIFFEL_HOST}"
 
+PLIST_FILES=	bin/${PORTNAME}
+PORTDATA=	*
+
 .include <bsd.port.pre.mk>
 
 # Try native version first, then try i386 compatibility framework.
@@ -46,14 +49,6 @@ EIFFEL_ARCH=		x86
 . endif
 .endfor
 
-.for arch in ${NATIVE_ARCHS}
-. if ${EIFFEL_ARCH} == ${arch:S/i386/x86/:S/amd64/x86-64/}
-PLIST_SUB+=	${arch:tu}=""
-. else
-PLIST_SUB+=	${arch:tu}="@comment "
-. endif
-.endfor
-
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
 	${CP} -R ${WRKSRC}/* ${STAGEDIR}${DATADIR}


More information about the svn-ports-head mailing list