aboutsummaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
commit1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch)
tree084a3ff0af921b622a1b95e501fdbf510ab133e4 /comms/obexapp
parent1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff)
downloadports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.tar.gz
ports-1c6ed8eca3fd323ad84584b083ec5246b4f5cc34.zip
Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat: portmgr
Notes
Notes: svn path=/head/; revision=365343
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile8
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