From 6396dc7108f00a2a41d4840ed8926fbf7d8fbb45 Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 23 Apr 2013 02:27:25 +0000 Subject: Remove bogus use of NO_INSTALL_MANPAGES Reviewed by: wxs --- math/ised/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'math') diff --git a/math/ised/Makefile b/math/ised/Makefile index d32dadd6a0c..2df3ef4d693 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -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 -- cgit