diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
commit | 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch) | |
tree | db1f21912f461000d609ddcd5d130946bcfe9e09 /net/splatd | |
parent | b4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff) | |
download | ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.tar.gz ports-4942ce5a7d8a3d0cbebaf4d202011850d1f7569f.zip |
Notes
Diffstat (limited to 'net/splatd')
-rw-r--r-- | net/splatd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/splatd/Makefile b/net/splatd/Makefile index 90fe23a764b4..dd01f5305309 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= splat +PYDISTUTILS_PKGVERSION= 1.1-rc4 USE_RC_SUBR= splatd.sh SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} MAN5= splat.conf.5 |