svn commit: r328162 - head/graphics/libqrencode
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Sep 24 16:38:38 UTC 2013
Author: vanilla
Date: Tue Sep 24 16:38:37 2013
New Revision: 328162
URL: http://svnweb.freebsd.org/changeset/ports/328162
Log:
Add support of STAGEDIR.
Modified:
head/graphics/libqrencode/Makefile
Modified: head/graphics/libqrencode/Makefile
==============================================================================
--- head/graphics/libqrencode/Makefile Tue Sep 24 16:35:39 2013 (r328161)
+++ head/graphics/libqrencode/Makefile Tue Sep 24 16:38:37 2013 (r328162)
@@ -19,16 +19,14 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
-MAN1= qrencode.1
-
PLIST_FILES= bin/qrencode \
include/qrencode.h \
lib/libqrencode.la \
lib/libqrencode.so \
lib/libqrencode.so.3 \
- libdata/pkgconfig/libqrencode.pc
+ libdata/pkgconfig/libqrencode.pc \
+ man/man1/qrencode.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,libpng12,libpng,' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '9s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/libqrencode.pc.in
More information about the svn-ports-head
mailing list