svn commit: r353359 - head/sysutils/automount

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 8 21:58:46 UTC 2014


Author: amdmi3
Date: Thu May  8 21:58:45 2014
New Revision: 353359
URL: http://svnweb.freebsd.org/changeset/ports/353359
QAT: https://qat.redports.org/buildarchive/r353359/

Log:
  - Support staging
  - Clarify license
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/automount/Makefile

Modified: head/sysutils/automount/Makefile
==============================================================================
--- head/sysutils/automount/Makefile	Thu May  8 21:58:37 2014	(r353358)
+++ head/sysutils/automount/Makefile	Thu May  8 21:58:45 2014	(r353359)
@@ -10,7 +10,7 @@ MASTER_SITES=	https://raw.github.com/ver
 MAINTAINER=	vermaden at interia.pl
 COMMENT=	FreeBSD's devd(8) based automount solution
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 PLIST_FILES=	sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
 
@@ -22,7 +22,6 @@ NTFS3G_DESC=		Enable NTFS write support 
 EXT4_DESC=		Support EXT4 filesystem
 EXFAT_DESC=		Support Microsoft exFAT filesystem
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNTFS3G}
@@ -38,9 +37,8 @@ RUN_DEPENDS+=	fusefs-exfat>=0:${PORTSDIR
 .endif
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/automount             ${PREFIX}/sbin
-	${INSTALL_DATA}   ${WRKSRC}/automount_devd.conf   ${PREFIX}/etc/devd/automount_devd.conf
-	${INSTALL_DATA}   ${WRKSRC}/automount.conf.sample ${PREFIX}/etc/automount.conf.sample
-	${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+	${INSTALL_SCRIPT} ${WRKSRC}/automount             ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_DATA}   ${WRKSRC}/automount_devd.conf   ${STAGEDIR}${PREFIX}/etc/devd/automount_devd.conf
+	${INSTALL_DATA}   ${WRKSRC}/automount.conf.sample ${STAGEDIR}${PREFIX}/etc/automount.conf.sample
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list