diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 17:41:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 17:41:17 +0800 |
commit | 26a77c22a532b410f511902008aa3f6c1059a5cb (patch) | |
tree | b1835979882c58c378eb3b180bf188eeb5769f7a /mail/qsf | |
parent | 4581a8b2b9d5db55d7f32ab97464a20fbabae592 (diff) | |
download | freebsd-ports-gnome-26a77c22a532b410f511902008aa3f6c1059a5cb.tar.gz freebsd-ports-gnome-26a77c22a532b410f511902008aa3f6c1059a5cb.tar.zst freebsd-ports-gnome-26a77c22a532b410f511902008aa3f6c1059a5cb.zip |
- Stage support
Diffstat (limited to 'mail/qsf')
-rw-r--r-- | mail/qsf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile index f49106279fb8..46e45211318e 100644 --- a/mail/qsf/Makefile +++ b/mail/qsf/Makefile @@ -16,13 +16,12 @@ SQLITE2_DESC= SQLite2 support USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= qsf.1 -PLIST_FILES= bin/qsf +PLIST_FILES= bin/qsf \ + man/man1/qsf.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGDBM} |