diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-09-15 16:11:39 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-09-15 16:11:39 +0000 |
commit | 8e8b8e16ba17cef86f014a958be966fd96eaeec5 (patch) | |
tree | adf02d4fa4e45c18b2beb20f29be41a32b05c82e /net-mgmt/ipv6mon/Makefile | |
parent | 438dcd27fed5941b67ac225570628c8d85729fa2 (diff) | |
download | ports-8e8b8e16ba17cef86f014a958be966fd96eaeec5.tar.gz ports-8e8b8e16ba17cef86f014a958be966fd96eaeec5.zip |
Notes
Diffstat (limited to 'net-mgmt/ipv6mon/Makefile')
-rw-r--r-- | net-mgmt/ipv6mon/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile index 7752b4e00afc..cab81e3117d9 100644 --- a/net-mgmt/ipv6mon/Makefile +++ b/net-mgmt/ipv6mon/Makefile @@ -1,9 +1,8 @@ -# Created by: Hiroki Sato <hrs@FreeBSD.org> # $FreeBSD$ PORTNAME= ipv6mon PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -11,14 +10,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tool for monitoring IPv6 address usage -OPTIONS_DEFINE= DOCS - LICENSE= GPLv3 -USES= uidfix -#Ignore "normal" destdir from port infra -DESTDIRNAME= IGNOREME -MAKE_ENV= DESTDIR=${STAGEDIR}${PREFIX}/ CFLAGS+= -DIPV6MON_CONF=\\\"${PREFIX}/etc/ipv6mon.conf\\\" USERS= ${PORTNAME} GROUPS= ${PORTNAME} @@ -30,7 +23,10 @@ PORTDOCS= README.TXT \ ipv6mon-manual.odt \ ipv6mon-manual.pdf +OPTIONS_DEFINE= DOCS + post-extract: + ${INSTALL_DATA} ${FILESDIR}/Makefile ${WRKSRC} ${INSTALL_DATA} ${WRKSRC}/manuals/* ${WRKSRC} post-install: |