svn commit: r316302 - head/math/ised
Eitan Adler
eadler at FreeBSD.org
Tue Apr 23 02:27:26 UTC 2013
Author: eadler
Date: Tue Apr 23 02:27:25 2013
New Revision: 316302
URL: http://svnweb.freebsd.org/changeset/ports/316302
Log:
Remove bogus use of NO_INSTALL_MANPAGES
Reviewed by: wxs
Modified:
head/math/ised/Makefile
Modified: head/math/ised/Makefile
==============================================================================
--- head/math/ised/Makefile Tue Apr 23 01:56:36 2013 (r316301)
+++ head/math/ised/Makefile Tue Apr 23 02:27:25 2013 (r316302)
@@ -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>
More information about the svn-ports-all
mailing list