diff options
author | lioux <lioux@FreeBSD.org> | 2004-12-27 10:10:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-12-27 10:10:19 +0800 |
commit | 19344e537a352dcf0334cb8de1a853c867c4a7d5 (patch) | |
tree | 99bd560376e366f20e95ee4c37b6598d03fa70f5 /dns/py-dnspython/Makefile | |
parent | b3fae512d56be3a96f98e826fbe084533e7c0bbe (diff) | |
download | freebsd-ports-gnome-19344e537a352dcf0334cb8de1a853c867c4a7d5.tar.gz freebsd-ports-gnome-19344e537a352dcf0334cb8de1a853c867c4a7d5.tar.zst freebsd-ports-gnome-19344e537a352dcf0334cb8de1a853c867c4a7d5.zip |
o Fix PLIST: Use EXAMPLESDIR PLIST_SUB correctly
o Bump PORTEREVISION due to PLIST change
Submitted by: kris (pointyhat)
Diffstat (limited to 'dns/py-dnspython/Makefile')
-rw-r--r-- | dns/py-dnspython/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile index 9158a3d4f8a7..7fb4b5119d87 100644 --- a/dns/py-dnspython/Makefile +++ b/dns/py-dnspython/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnspython PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= http://www.dnspython.org/kits/stable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |