aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2014-04-01 04:08:38 +0800
committermandree <mandree@FreeBSD.org>2014-04-01 04:08:38 +0800
commitd44be8f1c0d1b0e61a2847e198081800e02e78d2 (patch)
tree88e563a7e087949d37b4cc8d29a2be00a87a259e /sysutils
parent4ab71fda92a55bb64e9a224dc713de90a9222e17 (diff)
downloadfreebsd-ports-gnome-d44be8f1c0d1b0e61a2847e198081800e02e78d2.tar.gz
freebsd-ports-gnome-d44be8f1c0d1b0e61a2847e198081800e02e78d2.tar.zst
freebsd-ports-gnome-d44be8f1c0d1b0e61a2847e198081800e02e78d2.zip
Rename MAN1 to MAN1L to make clear we're not requiring or using the old
behaviour, and to fix a DEVELOPER=yes mode warning. Discussed in: #bsdports Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile
index 2484dcd7b19f..6895171368a7 100644
--- a/sysutils/ua/Makefile
+++ b/sysutils/ua/Makefile
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/kua bin/ua \
man/man1/kua.1.gz man/man1/ua.1.gz
PORTDOCS= README
-MAN1= kua.1 ua.1
+MAN1L= kua.1 ua.1
OPTIONS_DEFINE= DOCS
@@ -27,7 +27,7 @@ BROKEN= needs gcc4.2 to compile
.endif
post-install:
-.for i in ${MAN1}
+.for i in ${MAN1L}
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/
.endfor
.if ${PORT_OPTIONS:MDOCS}