aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2013-09-25 00:38:37 +0800
committervanilla <vanilla@FreeBSD.org>2013-09-25 00:38:37 +0800
commitd96089d35f26bace8a9efc44eeec8fca65b42f7c (patch)
tree9bf8ff39208956d1e300b345441037c0e57669af /graphics
parentfb46d5a1f3f8f6c26b3fb297bda45c972de28818 (diff)
downloadfreebsd-ports-graphics-d96089d35f26bace8a9efc44eeec8fca65b42f7c.tar.gz
freebsd-ports-graphics-d96089d35f26bace8a9efc44eeec8fca65b42f7c.tar.zst
freebsd-ports-graphics-d96089d35f26bace8a9efc44eeec8fca65b42f7c.zip
Add support of STAGEDIR.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libqrencode/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile
index 710a56408e5..1400063ff28 100644
--- a/graphics/libqrencode/Makefile
+++ b/graphics/libqrencode/Makefile
@@ -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