diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-21 10:08:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-12-21 10:08:45 +0000 |
commit | d58e7190c929cf59ae85323c26f8c3d52633b0ef (patch) | |
tree | 25475b3d772cf253bd57fbf46b6c6a69275aae06 /net/ulxmlrpcpp/Makefile | |
parent | 9e2e388599331af3a3eb67e3c817b3b53d14cabd (diff) | |
download | ports-d58e7190c929cf59ae85323c26f8c3d52633b0ef.tar.gz ports-d58e7190c929cf59ae85323c26f8c3d52633b0ef.zip |
Notes
Diffstat (limited to 'net/ulxmlrpcpp/Makefile')
-rw-r--r-- | net/ulxmlrpcpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile index d8ebb8244cad..765ec34f7a6a 100644 --- a/net/ulxmlrpcpp/Makefile +++ b/net/ulxmlrpcpp/Makefile @@ -7,11 +7,11 @@ # PORTNAME= ulxmlrpcpp -PORTVERSION= 1.2.4.b5 +PORTVERSION= 1.2.4 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E:S/b/beta/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E:S/b/beta/} MAINTAINER= ports@FreeBSD.org COMMENT= A ultra lightweight xml-rpc library written in C++ |