diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-09-12 22:01:42 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-09-12 22:01:42 +0800 |
commit | 901ed51e082714b3719fa0a6f01b0d3eaa224e39 (patch) | |
tree | f52db03dd42248edfdaaf4d2eb30a489d7c4ac62 /dns/noip/Makefile | |
parent | 62d04d90eca0deab3e6d0c6d2464a4e2e98c2160 (diff) | |
download | freebsd-ports-gnome-901ed51e082714b3719fa0a6f01b0d3eaa224e39.tar.gz freebsd-ports-gnome-901ed51e082714b3719fa0a6f01b0d3eaa224e39.tar.zst freebsd-ports-gnome-901ed51e082714b3719fa0a6f01b0d3eaa224e39.zip |
Fix network interface detection. Pass maintainership to submitter.
PR: 160677
Submitted by: sthalik@tehran.lain.pl
Diffstat (limited to 'dns/noip/Makefile')
-rw-r--r-- | dns/noip/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dns/noip/Makefile b/dns/noip/Makefile index e51dceb8a4d7..9f36be89c1a3 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -7,23 +7,21 @@ PORTNAME= noip PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.no-ip.com/client/linux/ \ CRITICAL -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= sthalik@tehran.lain.pl COMMENT= No-IP.com's dynamic DNS update client +LICENSE= GPLv2 + ALL_TARGET= noip2 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message USE_RC_SUBR= noip -LICENSE= GPLv2 - -CFLAGS+= -Dbsd_with_getifaddrs - USERS= noip GROUPS= noip |