Date: Thu, 8 May 2014 21:58:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353359 - head/sysutils/automount Message-ID: <201405082158.s48LwkOV059204@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405082158.s48LwkOV059204>