svn commit: r395338 - head/databases/leofs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:45:32 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:45:31 2015
New Revision: 395338
URL: https://svnweb.freebsd.org/changeset/ports/395338

Log:
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket

Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Wed Aug 26 02:45:26 2015	(r395337)
+++ head/databases/leofs/Makefile	Wed Aug 26 02:45:31 2015	(r395338)
@@ -235,8 +235,8 @@ do-install:
 	    	| ${SORT} > ${WRKDIR}/PLIST.leofs
 	cd ${STAGEDIR}${PREFIX} ; 					\
 	    ${FIND} ${LEOFS_BASEDIR:S/${PREFIX}\///}			\
-		${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d		\
-	    	| ${SORT} -r | ${SED} -e 's/^/@dirrmtry /' 		\
+		${LEOFS_LIBXDIR:S/${PREFIX}\///} -type d -empty		\
+	    	| ${SORT} -r | ${SED} -e 's/^/@dir /' 			\
 		>> ${WRKDIR}/PLIST.leofs
 	${ECHO_CMD} "r ${TMPPLIST}"			>  ${WRKDIR}/ex.script
 	${ECHO_CMD} "/Insert PLIST.leofs"		>> ${WRKDIR}/ex.script


More information about the svn-ports-head mailing list