diff options
author | ale <ale@FreeBSD.org> | 2007-07-05 18:53:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-07-05 18:53:22 +0800 |
commit | 15f21c033cd758cc5d7a5f5b2f9efe2506254fa5 (patch) | |
tree | 5a310c086bdb2a7b6d83c5b5c648e79ab51d791e /graphics/kipi-plugins | |
parent | 66915110af0e74f4df98db23787c5ae065b8c530 (diff) | |
download | freebsd-ports-graphics-15f21c033cd758cc5d7a5f5b2f9efe2506254fa5.tar.gz freebsd-ports-graphics-15f21c033cd758cc5d7a5f5b2f9efe2506254fa5.tar.zst freebsd-ports-graphics-15f21c033cd758cc5d7a5f5b2f9efe2506254fa5.zip |
- Drop support for 4.x
- Fix manpage install dir
Diffstat (limited to 'graphics/kipi-plugins')
-rw-r--r-- | graphics/kipi-plugins/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 8a71bc8621e..303cf0d5801 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -48,11 +48,9 @@ USE_KDELIBS_VER=3 USE_GETTEXT= yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +CONFIGURE_ARGS= --mandir=${PREFIX}/man -.if ${OSVERSION} < 500000 -CONFIGURE_ARGS+=--enable-final -.endif +.include <bsd.port.pre.mk> .if !defined(WITHOUT_ACQUIREIMAGES) PLIST_SUB+= ACQUIREIMAGES:="" |