aboutsummaryrefslogtreecommitdiff
path: root/archivers/rvm/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-29 02:23:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-04-29 02:23:36 +0000
commit73ac5bda47d90f1fbcc335f3383ab42fa12dfcb4 (patch)
tree677eb149b92a6c6b0e141955e5b1d6c22433fd35 /archivers/rvm/Makefile
parentdc31173ffe2c81b3d10cbe3ee368fee54a06136f (diff)
downloadports-73ac5bda47d90f1fbcc335f3383ab42fa12dfcb4.tar.gz
ports-73ac5bda47d90f1fbcc335f3383ab42fa12dfcb4.zip
Notes
Diffstat (limited to 'archivers/rvm/Makefile')
-rw-r--r--archivers/rvm/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile
index f9412d255430..40cd2683f06b 100644
--- a/archivers/rvm/Makefile
+++ b/archivers/rvm/Makefile
@@ -7,11 +7,11 @@
#
PORTNAME= rvm
-PORTVERSION= 0.80.2.a
+PORTVERSION= 0.90.b
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= An archive manager that uses rsync to manage backups
@@ -27,10 +27,4 @@ NO_LATEST_LINK= YES
MAN1= rvm.1
PLIST_FILES= bin/rvm
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 500034
-CXXFLAGS+= -O0
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>