aboutsummaryrefslogtreecommitdiff
path: root/devel/rudiments/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-12-01 11:45:28 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-12-01 11:45:28 +0000
commitfb0c87bd45efb4f59cc3b892dcebc2306b87112c (patch)
treef81534553580c62daeed83e152516cf3978c7098 /devel/rudiments/Makefile
parent5c6cd3b6224d78be412448ba692022c098dbf91c (diff)
Update to 0.30
PR: ports/105637 Submitted by: skv Approved by: maintainer timeout (14 days)
Notes
Notes: svn path=/head/; revision=178456
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r--devel/rudiments/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile
index add109599701..f2325abc98a3 100644
--- a/devel/rudiments/Makefile
+++ b/devel/rudiments/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= rudiments
-PORTVERSION= 0.29
+PORTVERSION= 0.30
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= rainer.alves@gmail.com
COMMENT= A utility C++ class library for daemons, clients, servers and more
@@ -23,7 +22,7 @@ CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLBASE}/include \
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= PTHREADINCLUDES="${PTHREAD_CFLAGS}" \
PTHREADLIB="${PTHREAD_LIBS}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>