svn commit: r407306 - head/emulators/i386-wine-devel

Pawel Pekala pawel at FreeBSD.org
Tue Jan 26 20:27:29 UTC 2016


Author: pawel
Date: Tue Jan 26 20:27:28 2016
New Revision: 407306
URL: https://svnweb.freebsd.org/changeset/ports/407306

Log:
  Remove deprecated @dirrm
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/i386-wine-devel/Makefile.i386

Modified: head/emulators/i386-wine-devel/Makefile.i386
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.i386	Tue Jan 26 20:19:30 2016	(r407305)
+++ head/emulators/i386-wine-devel/Makefile.i386	Tue Jan 26 20:27:28 2016	(r407306)
@@ -72,10 +72,6 @@ post-install-script:
 			echo lib32/$${i##*/} >> ${TMPPLIST} ; \
 		fi ; \
 	done
-	echo '@dirrm lib32/.libGL/dri' >> ${TMPPLIST}
-	echo '@dirrm lib32/.libGL' >> ${TMPPLIST}
-	echo '@dirrmtry lib32' >> ${TMPPLIST}; \
-	echo '@dirrm bin32' >> ${TMPPLIST}
 	# Install nvidia patching script
 	${INSTALL_SCRIPT} ${SLAVEDIR}/files/nvidia.sh ${STAGEDIR}${DATADIR}/patch-nvidia.sh
 	echo ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST}


More information about the svn-ports-head mailing list