aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-02 22:28:05 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-02 22:28:05 +0800
commiteb6cdcc6127888c5be932dff77f14c8c88fcda67 (patch)
treee9077a330012d97f86018f5d87312bb95c035393 /devel
parentbc2ce6e5026cbdcf0092362764f12fe87c4a2fa4 (diff)
downloadfreebsd-ports-gnome-eb6cdcc6127888c5be932dff77f14c8c88fcda67.tar.gz
freebsd-ports-gnome-eb6cdcc6127888c5be932dff77f14c8c88fcda67.tar.zst
freebsd-ports-gnome-eb6cdcc6127888c5be932dff77f14c8c88fcda67.zip
- Update MASTER_SITES
- Add LICENSE - While I'm here: - Remove unnecessary DISTNAME - Move USE_BZIP2 downward - Pet portlint: - Use ${VARIABLE}, instead of $(VARIABLE) - Use a tab (not space) after a variable name - Sort PLIST PR: ports/184433 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/libmtrie/Makefile14
-rw-r--r--devel/libmtrie/pkg-plist6
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/libmtrie/Makefile b/devel/libmtrie/Makefile
index f1b3c50cb142..c14012578458 100644
--- a/devel/libmtrie/Makefile
+++ b/devel/libmtrie/Makefile
@@ -4,19 +4,21 @@
PORTNAME= libmtrie
PORTVERSION= 1.0.3
CATEGORIES= devel
-MASTER_SITES= http://people.freebsd.org/~alfred/sources/$(PORTNAME)/
-DISTNAME= $(PORTNAME)-${PORTVERSION}
-USE_BZIP2= yes
+MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
+ http://people.freebsd.org/~alfred/sources/${PORTNAME}/
MAINTAINER= rodrigo@bebik.net
COMMENT= Library to build an IP-netmask based mtrie
-USE_LDCONFIG= yes
+LICENSE= BSD
+
+USE_BZIP2= yes
+USE_LDCONFIG= yes
.if defined(NO_PROFILE)
-PLIST_SUB+= HURRRR="@comment "
+PLIST_SUB+= HURRRR="@comment "
.else
-PLIST_SUB+= HURRRR=""
+PLIST_SUB+= HURRRR=""
.endif
.include <bsd.port.mk>
diff --git a/devel/libmtrie/pkg-plist b/devel/libmtrie/pkg-plist
index 676f7fcaed0b..1704a235c7af 100644
--- a/devel/libmtrie/pkg-plist
+++ b/devel/libmtrie/pkg-plist
@@ -1,5 +1,5 @@
+include/mtrie.h
lib/libmtrie.a
-%%HURRRR%%lib/libmtrie_p.a
-lib/libmtrie.so.1
lib/libmtrie.so
-include/mtrie.h
+lib/libmtrie.so.1
+%%HURRRR%%lib/libmtrie_p.a