aboutsummaryrefslogtreecommitdiffstats
path: root/net/sixxs-aiccu
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-03-17 23:25:04 +0800
committerdinoex <dinoex@FreeBSD.org>2008-03-17 23:25:04 +0800
commit6257ae6b2a665d20a959592e41968e89784991d3 (patch)
tree729351d883ed14f07ef581f7c9d483de4ef7285c /net/sixxs-aiccu
parent19c4dde3fd1a8f3b3d7ffd9fa0a6b5cbea9e656c (diff)
downloadfreebsd-ports-gnome-6257ae6b2a665d20a959592e41968e89784991d3.tar.gz
freebsd-ports-gnome-6257ae6b2a665d20a959592e41968e89784991d3.tar.zst
freebsd-ports-gnome-6257ae6b2a665d20a959592e41968e89784991d3.zip
- don't overwrite config file
Submitted by: sat@cenkes.org
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r--net/sixxs-aiccu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile
index 76f9c6ea1f61..d98016d316e1 100644
--- a/net/sixxs-aiccu/Makefile
+++ b/net/sixxs-aiccu/Makefile
@@ -36,6 +36,8 @@ post-patch:
-e 's:ipv6_interface sixxs:ipv6_interface gif0:' \
${WRKSRC}/doc/aiccu.conf
+.include <bsd.port.pre.mk>
+
do-install:
${MKDIR} ${DOCSDIR}
${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${PREFIX}/sbin/sixxs-aiccu
@@ -45,4 +47,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>