diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-19 03:13:18 +0800 |
commit | d3e7a5ff8eba4bee29838608d81b1f74791db1b4 (patch) | |
tree | 084a3ff0af921b622a1b95e501fdbf510ab133e4 /comms/obexapp | |
parent | 843df4fed72418aa159054cd22d9d394eb3c0728 (diff) | |
download | freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.gz freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.tar.zst freebsd-ports-gnome-d3e7a5ff8eba4bee29838608d81b1f74791db1b4.zip |
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Diffstat (limited to 'comms/obexapp')
-rw-r--r-- | comms/obexapp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 34a2e4d77b76..c2b7f901fc6d 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -15,13 +15,7 @@ LIB_DEPENDS= libopenobex.so:${PORTSDIR}/comms/openobex \ WRKSRC= ${WRKDIR}/${PORTNAME} USES= iconv readline -PLIST_FILES= bin/obexapp - -.if !defined(NO_INSTALL_MANPAGES) -PLIST_FILES+= man/man1/obexapp.1.gz -.else -MAKE_ENV+= NO_MAN=yes -.endif +PLIST_FILES= bin/obexapp man/man1/obexapp.1.gz MAKE_ENV+= NO_WERROR=yes |