aboutsummaryrefslogtreecommitdiffstats
path: root/math/simd-viterbi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/simd-viterbi/Makefile')
-rw-r--r--math/simd-viterbi/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/simd-viterbi/Makefile b/math/simd-viterbi/Makefile
index 4d18d4d0351..8797ed5c1e1 100644
--- a/math/simd-viterbi/Makefile
+++ b/math/simd-viterbi/Makefile
@@ -15,13 +15,11 @@ USES= gmake
USE_LDCONFIG= yes
MAKEFILE= makefile
-MAN3= simd-viterbi.3
-
PLIST_FILES= include/parity.h include/viterbi27.h include/viterbi29.h \
- lib/libviterbi.a lib/libviterbi.so lib/libviterbi.so.2
+ lib/libviterbi.a lib/libviterbi.so lib/libviterbi.so.2 \
+ man/man3/simd-viterbi.3.gz
PLIST= ${WRKDIR}/pkg-plist
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != i386 || defined(PACKAGE_BUILDING)