diff options
author | vanilla <vanilla@FreeBSD.org> | 2008-01-26 09:12:48 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2008-01-26 09:12:48 +0800 |
commit | 8293b9344fdc4b3a1235449dfd80b9a4060a8f3c (patch) | |
tree | 30efd36f325103347ae6524b46e19a9757454215 /graphics/libqrencode | |
parent | ec95008b85cf98b6fd89ad4fd40b852ee5e09355 (diff) | |
download | freebsd-ports-gnome-8293b9344fdc4b3a1235449dfd80b9a4060a8f3c.tar.gz freebsd-ports-gnome-8293b9344fdc4b3a1235449dfd80b9a4060a8f3c.tar.zst freebsd-ports-gnome-8293b9344fdc4b3a1235449dfd80b9a4060a8f3c.zip |
Fix pkg-plist.
Submitted by: pav@
Diffstat (limited to 'graphics/libqrencode')
-rw-r--r-- | graphics/libqrencode/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index f649299240ec..cec83fdd0cce 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -25,6 +25,8 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes +MAN1= qrencode.1 + PLIST_FILES= bin/qrencode \ include/qrencode.h \ lib/libqrencode.so \ |