diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-24 16:38:37 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-24 16:38:37 +0000 |
| commit | 3d618342b574f275638c754607fa802932d19377 (patch) | |
| tree | 9bf8ff39208956d1e300b345441037c0e57669af | |
| parent | Add support of STAGEDIR. (diff) | |
Add support of STAGEDIR.
| -rw-r--r-- | graphics/libqrencode/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 710a56408e57..1400063ff284 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 |
