[Midnightbsd-cvs] mports [15872] trunk/Mk/bsd.mport.mk: check the license
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 21 08:01:45 EST 2014
Revision: 15872
http://svnweb.midnightbsd.org/mports/?rev=15872
Author: laffer1
Date: 2014-02-21 08:01:45 -0500 (Fri, 21 Feb 2014)
Log Message:
-----------
check the license
Modified Paths:
--------------
trunk/Mk/bsd.mport.mk
Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk 2014-02-21 13:01:33 UTC (rev 15871)
+++ trunk/Mk/bsd.mport.mk 2014-02-21 13:01:45 UTC (rev 15872)
@@ -2023,8 +2023,8 @@
do-fetch:
@${MKDIR} ${_DISTDIR}
@(cd ${_DISTDIR}; \
- ${_MASTER_SITES_ENV} ; \
- for _file in ${DISTFILES}; do \
+ ${_MASTER_SITES_ENV} ; \
+ for _file in ${DISTFILES}; do \
file=`${ECHO_CMD} $$_file | ${SED} -E -e 's/:[^:]+$$//'` ; \
select=`${ECHO_CMD} $${_file#$${file}} | ${SED} -e 's/^://' -e 's/,/ /g'` ; \
force_fetch=false; \
@@ -2675,7 +2675,7 @@
_SANITY_SEQ= pre-everything check-makefile check-categories \
check-makevars check-desktop-entries check-depends \
- check-deprecated check-vulnerable buildanyway-message \
+ check-deprecated check-vulnerable check-license buildanyway-message \
options-message
_FETCH_DEP= check-sanity
@@ -2688,7 +2688,7 @@
post-extract post-extract-script
_PATCH_DEP= extract
-_PATCH_SEQ= patch-message check-license patch-depends patch-dos2unix \
+_PATCH_SEQ= ask-license patch-message check-license patch-depends patch-dos2unix \
pre-patch pre-patch-script do-patch post-patch post-patch-script
_CONFIGURE_DEP= patch
@@ -2703,7 +2703,7 @@
_FAKE_DEP= build
_FAKE_SEQ= fake-message fake-dir apply-slist pre-fake fake-pre-install \
generate-plist fake-pre-su-install create-users-groups do-fake fake-post-install \
- post-fake compress-man install-rc-script install-ldconfig-file install-desktop-entries \
+ post-fake compress-man install-rc-script install-ldconfig-file install-license install-desktop-entries \
fix-fake-symlinks finish-tmpplist fix-plist-sequence
.if defined(MPORT_MAINTAINER_MODE) && !defined(_MAKEPLIST)
More information about the Midnightbsd-cvs
mailing list