svn commit: r323928 - head/devel/libpff
Antoine Brodin
antoine at FreeBSD.org
Mon Jul 29 22:08:48 UTC 2013
Author: antoine
Date: Mon Jul 29 22:08:48 2013
New Revision: 323928
URL: http://svnweb.freebsd.org/changeset/ports/323928
Log:
Make libpff fetchable again
While here, mark that it is not ready for python 3 yet
Modified:
head/devel/libpff/Makefile
Modified: head/devel/libpff/Makefile
==============================================================================
--- head/devel/libpff/Makefile Mon Jul 29 22:06:54 2013 (r323927)
+++ head/devel/libpff/Makefile Mon Jul 29 22:08:48 2013 (r323928)
@@ -4,7 +4,8 @@
PORTNAME= libpff
DISTVERSION= alpha-20120802
CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/ \
+ LOCAL/antoine
MAINTAINER= antoine at FreeBSD.org
COMMENT= Library and tools to access the PFF and the OFF formats
@@ -13,8 +14,8 @@ LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python
-USES= pathfix gettext iconv
-USE_PYTHON= yes
+USES= gettext iconv pathfix
+USE_PYTHON= -2.7
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
@@ -32,11 +33,11 @@ PORTEXAMPLES= *
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
.endif
More information about the svn-ports-head
mailing list