svn commit: r349796 - head/sysutils/ua
Matthias Andree
mandree at FreeBSD.org
Mon Mar 31 20:08:39 UTC 2014
Author: mandree
Date: Mon Mar 31 20:08:38 2014
New Revision: 349796
URL: http://svnweb.freebsd.org/changeset/ports/349796
QAT: https://qat.redports.org/buildarchive/r349796/
Log:
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)
Modified:
head/sysutils/ua/Makefile
Modified: head/sysutils/ua/Makefile
==============================================================================
--- head/sysutils/ua/Makefile Mon Mar 31 20:00:14 2014 (r349795)
+++ head/sysutils/ua/Makefile Mon Mar 31 20:08:38 2014 (r349796)
@@ -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}
More information about the svn-ports-all
mailing list