diff options
author | gerald <gerald@FreeBSD.org> | 2006-07-23 13:29:13 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-07-23 13:29:13 +0000 |
commit | 0aa878834d1c5e3da1472bcf8f79af6f37d8e73a (patch) | |
tree | ce3fa2b779b55acde218a78f3f8f866cd82c1f06 | |
parent | 666c8d141b2c68d9294f3841bdf013483b5b07e7 (diff) | |
download | FreeBSD-ports-0aa878834d1c5e3da1472bcf8f79af6f37d8e73a.zip FreeBSD-ports-0aa878834d1c5e3da1472bcf8f79af6f37d8e73a.tar.gz |
No longer create ${PREFIX}/libdata/ldconfig, the issue has been addressed
in Mk/bsd.port.mk now.
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3fa89ee..d4f05a4 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 3fa89ee..d4f05a4 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} |