diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-26 20:27:28 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-01-26 20:27:28 +0000 |
commit | 45531e472d56f47cc0601bdd686f46685e327400 (patch) | |
tree | f35986ea9f15d75f778b5fc513655a5ab879064a | |
parent | Mark deprecated and set expiration. editors/libreoffice was the only user (diff) |
Remove deprecated @dirrm
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=407306
-rw-r--r-- | emulators/i386-wine-devel/Makefile.i386 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386 index eb126694db05..e3f47aef7bb0 100644 --- a/emulators/i386-wine-devel/Makefile.i386 +++ b/emulators/i386-wine-devel/Makefile.i386 @@ -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} |