diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 21:19:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-18 21:19:41 +0000 |
commit | c0a37db9892d7b6fd44b32497c2ccddbdafacc9b (patch) | |
tree | 21dd55d6af5b3064f37205077c29561abb749e17 /devel | |
parent | 398c463dcddc13ea7a1f5dfd3ca185527be49233 (diff) | |
download | ports-c0a37db9892d7b6fd44b32497c2ccddbdafacc9b.tar.gz ports-c0a37db9892d7b6fd44b32497c2ccddbdafacc9b.zip |
- Fix fetch
Reported by: ionbot
Notes
Notes:
svn path=/head/; revision=239894
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tconfpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-tconfpy/Makefile b/devel/py-tconfpy/Makefile index a41e327d5649..0e32438c99b8 100644 --- a/devel/py-tconfpy/Makefile +++ b/devel/py-tconfpy/Makefile @@ -9,6 +9,7 @@ PORTVERSION= 2.112 CATEGORIES= devel python MASTER_SITES= http://www.tundraware.com/Software/tconfpy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= tconfpy@tundraware.com COMMENT= A Python Configuration File Parser |