aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/msyslog/Makefile
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2003-01-05 03:34:05 +0800
committeranders <anders@FreeBSD.org>2003-01-05 03:34:05 +0800
commit9f3c6911bdaafcdb6b5fbda00a701f0930d459ac (patch)
tree55e0d8682b3203657992dab59e70a3aa62bdabfa /sysutils/msyslog/Makefile
parentc0ba937907ed7514fec17c1de5221de1a7185ee5 (diff)
downloadfreebsd-ports-gnome-9f3c6911bdaafcdb6b5fbda00a701f0930d459ac.tar.gz
freebsd-ports-gnome-9f3c6911bdaafcdb6b5fbda00a701f0930d459ac.tar.zst
freebsd-ports-gnome-9f3c6911bdaafcdb6b5fbda00a701f0930d459ac.zip
Update to 1.08f final.
Chase WWW URL. Remove autoconf dependency. Bump PORTREVISION.
Diffstat (limited to 'sysutils/msyslog/Makefile')
-rw-r--r--sysutils/msyslog/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/msyslog/Makefile b/sysutils/msyslog/Makefile
index 57df1b71100c..8ad278b64185 100644
--- a/sysutils/msyslog/Makefile
+++ b/sysutils/msyslog/Makefile
@@ -7,15 +7,15 @@
PORTNAME= msyslog
PORTVERSION= 1.08f
+PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://community.corest.com/pub/msyslog/ \
+MASTER_SITES= http://www.corest.com/download/msyslog/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
-DISTNAME= ${PORTNAME}-pre_${PORTVERSION}
+DISTNAME= ${PORTNAME}-v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= anders@FreeBSD.org
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
@@ -24,8 +24,6 @@ POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
.endif
-#USE_AUTOCONF_VER= 252 # not yet
-AUTOCONF= ${LOCALBASE}/bin/autoconf
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes
@@ -63,9 +61,6 @@ pre-patch:
${WRKSRC}/${f}
.endfor
-pre-configure:
- (cd ${CONFIGURE_WRKSRC} && ${AUTOCONF})
-
post-install:
${INSTALL} -d -o root -g wheel -m 0775 ${PREFIX}/share/examples/msyslog
${INSTALL_DATA} ${WRKSRC}/src/examples/* \