diff options
Diffstat (limited to 'devel/rudiments/Makefile')
-rw-r--r-- | devel/rudiments/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 0fa9248d6f46..2ddb149495da 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= devel MASTER_SITES= SF @@ -34,6 +34,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \ --with-ssl-libs=-L${OPENSSLLIB} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.2 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.4 .include <bsd.port.mk> |