svn commit: r401026 - head/sysutils/jadm

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 7 22:33:44 UTC 2015


Author: amdmi3
Date: Sat Nov  7 22:33:42 2015
New Revision: 401026
URL: https://svnweb.freebsd.org/changeset/ports/401026

Log:
  - Remove useless IGNORE for FreeBSD < 9.1
  - Fix manpage installation, use MANPREFIX
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/jadm/Makefile

Modified: head/sysutils/jadm/Makefile
==============================================================================
--- head/sysutils/jadm/Makefile	Sat Nov  7 22:17:36 2015	(r401025)
+++ head/sysutils/jadm/Makefile	Sat Nov  7 22:33:42 2015	(r401026)
@@ -25,13 +25,7 @@ USES=		python
 USE_PYTHON=	distutils autoplist
 PLIST_FILES=	man/man8/jadm.8.gz
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 901000
-IGNORE=		 freeBSD before 9.1 is not supported
-.endif
-
 pre-install:
-	${CP} ${WRKSRC}/man8/jadm.8 ${STAGEDIR}${PREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/man8/jadm.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list