From 0aa878834d1c5e3da1472bcf8f79af6f37d8e73a Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 23 Jul 2006 13:29:13 +0000 Subject: No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed in Mk/bsd.port.mk now. --- emulators/wine-devel/Makefile | 1 - emulators/wine/Makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3fa89eeecd75..d4f05a498358 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -52,7 +52,6 @@ pre-build: cd ${WRKSRC} && make depend post-install: - -@${MKDIR} ${PREFIX}/libdata/ldconfig ${RM} ${PREFIX}/man/man1/wineg++.1 .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 3fa89eeecd75..d4f05a498358 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -52,7 +52,6 @@ pre-build: cd ${WRKSRC} && make depend post-install: - -@${MKDIR} ${PREFIX}/libdata/ldconfig ${RM} ${PREFIX}/man/man1/wineg++.1 .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} -- cgit