summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 23:27:54 +0800
committermiwi <miwi@058c260c-8361-11dd-a0ac-aa2bafec7d09>2008-09-16 23:27:54 +0800
commit011dab37a2d390234630c1b42cc5c9aedf7ed798 (patch)
treef77f3e686d2b98f22a4f8f5493964e75705963c7
parente4af56265c7870d1e66f4dad2a9302a28cb440a0 (diff)
downloadxorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar.gz
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar.bz2
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar.lz
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar.xz
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.tar.zst
xorg-devel-ports-011dab37a2d390234630c1b42cc5c9aedf7ed798.zip
- Set head etc..
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@20 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--lang/io/files/bsd.ioaddons.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/io/files/bsd.ioaddons.mk b/lang/io/files/bsd.ioaddons.mk
index dca7792..4ac6a45 100644
--- a/lang/io/files/bsd.ioaddons.mk
+++ b/lang/io/files/bsd.ioaddons.mk
@@ -1,9 +1,12 @@
#
+# bsd.ioaddons.mk -- Support lang/io addons ports
+#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
+# Data: 15 Sep 2008
#
-#
-#
-#
+# Maintainer: miwi@FreeBSD.org
# $FreeBSD$
+#
IOVERSION?= 20080904
@@ -18,7 +21,6 @@ ADDON_DIR= ${PREFIX}/lib/io/addons/${DEFAULT_ADDONS}
BUILD_DIR= ${WRKSRC}/addons/${DEFAULT_ADDONS}
HEADER_PATHS= append("${PREFIX}/include/io")
-
post-patch:
cd ${WRKSRC}/addons && for addon in *; do \
if ! ${ECHO_CMD} ${DEFAULT_ADDONS} | ${GREP} $$addon > /dev/null; then \