diff options
Diffstat (limited to 'www/mgstat/Makefile')
-rw-r--r-- | www/mgstat/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile index 02d114a9b3cb..38183479d1cd 100644 --- a/www/mgstat/Makefile +++ b/www/mgstat/Makefile @@ -21,16 +21,10 @@ GNU_CONFIGURE= yes PORTDOCS= Copyright README USAGE PLIST_FILES= bin/mgstat -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -USE_GCC= 3.3 -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |