aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-kmod-compat
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:13:42 +0000
commit580a778a16c548027cb6b56ad3357f1dec74e859 (patch)
tree3181285e36d6e08abfc359972209897c5230fa7a /devel/linux-kmod-compat
parent34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff)
downloadports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz
ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Notes
Notes: svn path=/head/; revision=327724
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}