aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2007-01-22 23:13:05 +0800
committershaun <shaun@FreeBSD.org>2007-01-22 23:13:05 +0800
commit671b73d4092e15c4dd1523bd112bc0db29b439ae (patch)
treeb018327b722bc12e341915b45beec622681f1541 /sysutils
parentda92781422b81b64ef6f0cd4f350bea23683c8bb (diff)
downloadfreebsd-ports-gnome-671b73d4092e15c4dd1523bd112bc0db29b439ae.tar.gz
freebsd-ports-gnome-671b73d4092e15c4dd1523bd112bc0db29b439ae.tar.zst
freebsd-ports-gnome-671b73d4092e15c4dd1523bd112bc0db29b439ae.zip
- Fix a typo in the SQL init script.
Noticed by: miwi
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/portscout/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/portscout/Makefile b/sysutils/portscout/Makefile
index 0d0dae071517..4031ef32746b 100644
--- a/sysutils/portscout/Makefile
+++ b/sysutils/portscout/Makefile
@@ -7,6 +7,7 @@
PORTNAME= portscout
PORTVERSION= 0.7
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
http://www.inerd.com/software/${PORTNAME}/
@@ -55,6 +56,8 @@ post-patch:
${WRKSRC}/portscout.conf
@${REINPLACE_CMD} -e "s#^\(.*PREFIX.*=> *\)'.*'#\1'${PREFIX}'#" \
${WRKSRC}/portscout.pl
+ @${REINPLACE_CMD} -e "s#intger#integer#g" \
+ ${WRKSRC}/sql/pgsql_init.sql
@${REINPLACE_CMD} -e "s#portscout\.pl#portscout#" \
${WRKSRC}/README