diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-01-26 01:12:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-01-26 01:12:48 +0000 |
commit | a2f37ee37a92821bc78a8b391b15d1524b786925 (patch) | |
tree | 74d6d806502d4bc8599938a9f295cb04fd662598 /graphics/libqrencode | |
parent | 6690f2ab7d032e81254117b8261ed9641be03e97 (diff) | |
download | ports-a2f37ee37a92821bc78a8b391b15d1524b786925.tar.gz ports-a2f37ee37a92821bc78a8b391b15d1524b786925.zip |
Notes
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 \ |