aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-01-22 15:35:04 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-01-22 15:35:04 +0000
commita526a56286553f63fd30f05a41f0c921f79d7dc9 (patch)
treeb5f02ec31040b5923d1e68405e03a00589431dcd /lang
parent240b41084201e5bb22e0dda93641c988d3ff02e6 (diff)
downloadports-a526a56286553f63fd30f05a41f0c921f79d7dc9.tar.gz
ports-a526a56286553f63fd30f05a41f0c921f79d7dc9.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/linux-libgcc/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/linux-libgcc/Makefile b/lang/linux-libgcc/Makefile
index 425860b66729..6a8b228e74ac 100644
--- a/lang/linux-libgcc/Makefile
+++ b/lang/linux-libgcc/Makefile
@@ -16,12 +16,13 @@ MAINTAINER= jylefort@FreeBSD.org
COMMENT= Linux libgcc support library
ONLY_FOR_ARCHS= i386 amd64
-DESCR= ${PKGDIR}/pkg-descr
+USE_LINUX_RPM= yes
+AUTOMATIC_PLIST=yes
# Do not conflict with linux_base's libgcc: install in /lib/libgcc
-# (note that we do not set INSTALLS_LINUX_SHLIB because we must
-# prepend /lib/libgcc to /etc/ld.so.conf before running ldconfig,
-# which we do in pkg-install).
+# (note that we do not set INSTALLS_SHLIB because we must prepend
+# /lib/libgcc to /etc/ld.so.conf before running ldconfig, which we do
+# in pkg-install).
post-extract:
@${MKDIR} ${WRKSRC}/lib/libgcc
@@ -30,4 +31,4 @@ post-extract:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.include "${.CURDIR}/../../audio/linux-openal/bsd.linux.mk"
+.include <bsd.port.mk>