svn commit: r356471 - in head/net/ifdepd: . files

Martin Wilke miwi at FreeBSD.org
Wed Jun 4 11:47:33 UTC 2014


Author: miwi
Date: Wed Jun  4 11:47:32 2014
New Revision: 356471
URL: http://svnweb.freebsd.org/changeset/ports/356471
QAT: https://qat.redports.org/buildarchive/r356471/

Log:
  - Stage support
  
  PR:		190610
  Submitted by:	maintainer

Modified:
  head/net/ifdepd/Makefile
  head/net/ifdepd/files/patch-Makefile

Modified: head/net/ifdepd/Makefile
==============================================================================
--- head/net/ifdepd/Makefile	Wed Jun  4 11:46:45 2014	(r356470)
+++ head/net/ifdepd/Makefile	Wed Jun  4 11:47:32 2014	(r356471)
@@ -9,14 +9,13 @@ MASTER_SITES=	http://alex.bmg.gv.at/prog
 MAINTAINER=	alex at hugo.bmg.gv.at
 COMMENT=	Interface Dependency daemon
 
-MAN8=		ifdepd.8
-
-PLIST_FILES=	bin/ifdepd
-
 USE_RC_SUBR=	${PORTNAME}
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
+PLIST_FILES=	bin/ifdepd \
+		man/man8/ifdepd.8.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/ifdepd ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/ifdepd.8 ${STAGEDIR}${PREFIX}/man/man8
 
 .include <bsd.port.mk>

Modified: head/net/ifdepd/files/patch-Makefile
==============================================================================
--- head/net/ifdepd/files/patch-Makefile	Wed Jun  4 11:46:45 2014	(r356470)
+++ head/net/ifdepd/files/patch-Makefile	Wed Jun  4 11:47:32 2014	(r356471)
@@ -22,7 +22,7 @@
 -.endif
 -			${INSTALL} -o root -g wheel -m 644 ${MAN8} ${PREFIX}/man/man8
 +			${BSD_INSTALL_PROGRAM} ${PROG} ${PREFIX}/bin
-+			${BSD_INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8
++			${BSD_INSTALL_MAN} ${MAN8} $${PREFIX}/man/man8
  
  deinstall:
  			${RM} ${PREFIX}/bin/${PROG}


More information about the svn-ports-head mailing list