aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-kmod-compat
diff options
context:
space:
mode:
Diffstat (limited to 'devel/linux-kmod-compat')
-rw-r--r--devel/linux-kmod-compat/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/linux-kmod-compat/Makefile b/devel/linux-kmod-compat/Makefile
index 97084bbc5dda..b2a0e3f76260 100644
--- a/devel/linux-kmod-compat/Makefile
+++ b/devel/linux-kmod-compat/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: linux-bsd-kmod
-# Date created: 1 February 2007
-# Whom: luigi
-#
+# Created by: luigi
# $FreeBSD$
PORTNAME= linux-kmod-compat
@@ -22,6 +19,7 @@ MY_MK= bsd.linux_kmod.mk
PLIST= ${WRKDIR}/pkg-plist
+NO_STAGE= yes
post-extract:
@${FIND} -s -d ${WRKSRC} -type f | ${SED} "s|${WRKSRC}|%%DATADIR%%/linux_compat|" >${PLIST}
@${FIND} -s -d ${WRKSRC} -type d | ${SED} "s|${WRKSRC}|@dirrm %%DATADIR%%/linux_compat|" >> ${PLIST}