diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:46:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:46:10 +0000 |
commit | e43138bc080395e19b8da517c1d48588637dfde1 (patch) | |
tree | 9556740cfea9dd8f91b5e22afd9b7d9cef23bb94 /net/sipsak/Makefile | |
parent | 201a48396f0a9aa462313ccf6ce16d42589e6585 (diff) | |
download | ports-e43138bc080395e19b8da517c1d48588637dfde1.tar.gz ports-e43138bc080395e19b8da517c1d48588637dfde1.zip |
Notes
Diffstat (limited to 'net/sipsak/Makefile')
-rw-r--r-- | net/sipsak/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile index 8776e0760ff7..2537eb7eec64 100644 --- a/net/sipsak/Makefile +++ b/net/sipsak/Makefile @@ -13,8 +13,7 @@ COMMENT= Small command line tool for SIP testing USE_CSTD= gnu89 GNU_CONFIGURE= yes -MAN1= sipsak.1 -PLIST_FILES= bin/sipsak +PLIST_FILES= bin/sipsak \ + man/man1/sipsak.1.gz -NO_STAGE= yes .include <bsd.port.mk> |