1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove bogus use of NO_INSTALL_MANPAGES

Reviewed by:	wxs
This commit is contained in:
Eitan Adler 2013-04-23 02:27:25 +00:00
parent b18d6715ca
commit ee3a7edac8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316302

View File

@ -15,9 +15,7 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GCC= 4.6+
.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
.endif
PLIST_FILES= bin/${PORTNAME}
@ -25,8 +23,6 @@ MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.endif
.include <bsd.port.mk>