aboutsummaryrefslogtreecommitdiff
path: root/net/ng_daphne
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-07 02:56:19 +0000
commit4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8 (patch)
tree09bf1b0ba0412ce3204e2e0fa33dc5cd25e92407 /net/ng_daphne
parenta4af37e2df2c908765329244f0e703ae78c0859a (diff)
downloadports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.tar.gz
ports-4c97fac781480b9e55094c6ca6fde0a5b2fa7bc8.zip
Notes
Diffstat (limited to 'net/ng_daphne')
-rw-r--r--net/ng_daphne/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ng_daphne/Makefile b/net/ng_daphne/Makefile
index 693521828ea3..1e66a12f5448 100644
--- a/net/ng_daphne/Makefile
+++ b/net/ng_daphne/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ng_daphne
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net kld
MASTER_SITES= http://newton.ee.auth.gr/ng_daphne/
@@ -26,7 +27,7 @@ PLIST_FILES= lib/ng_daphne.ko
PORTDOCS= README
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ng_daphne.ko ${PREFIX}/lib
+ ${INSTALL_KLD} ${WRKSRC}/ng_daphne.ko ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}