svn commit: r359928 - head/math/aribas

Antoine Brodin antoine at FreeBSD.org
Mon Jun 30 21:43:24 UTC 2014


Author: antoine
Date: Mon Jun 30 21:43:23 2014
New Revision: 359928
URL: http://svnweb.freebsd.org/changeset/ports/359928
QAT: https://qat.redports.org/buildarchive/r359928/

Log:
  Remove pkg-plist, the Makefile already has PLIST_FILES/PORTDOCS/PORTEXAMPLES
  Add missing OPTIONS_DEFINE

Deleted:
  head/math/aribas/pkg-plist
Modified:
  head/math/aribas/Makefile

Modified: head/math/aribas/Makefile
==============================================================================
--- head/math/aribas/Makefile	Mon Jun 30 21:39:30 2014	(r359927)
+++ head/math/aribas/Makefile	Mon Jun 30 21:43:23 2014	(r359928)
@@ -12,10 +12,12 @@ COMMENT=	Interpreter for big integer/mul
 
 BUILD_WRKSRC=	${WRKSRC}/src
 
-PLIST_FILES=	bin/aribas
+PLIST_FILES=	bin/aribas man/man1/aribas.1.gz
 PORTDOCS=	README aribas.doc aribas.man aribas.tut
 PORTEXAMPLES=	README factor.ari pi.ari queens.ari
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^CC/d;' \
 	       -e '/^CFLAGS/{s/=/+=/;s/-O -v//;}' \


More information about the svn-ports-all mailing list