diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-04 16:02:16 +0000 |
commit | a8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch) | |
tree | 2d206dd00b752621c542c0b063bec6c9471a3355 /net/libnfs | |
parent | 76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff) |
Notes
Diffstat (limited to 'net/libnfs')
-rw-r--r-- | net/libnfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index 547e62588cb3..e6707d97f022 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -5,7 +5,7 @@ PORTNAME= libnfs PORTVERSION= 1.3.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ +MASTER_SITES= GHC MAINTAINER= manuel.creach@icloud.com COMMENT= Client library for accessing NFS shares over a network @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= autoreconf gmake libtool pkgconfig USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= sahlberg post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ |