diff options
author | shaun <shaun@FreeBSD.org> | 2007-01-22 23:13:05 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2007-01-22 23:13:05 +0800 |
commit | 671b73d4092e15c4dd1523bd112bc0db29b439ae (patch) | |
tree | b018327b722bc12e341915b45beec622681f1541 /sysutils | |
parent | da92781422b81b64ef6f0cd4f350bea23683c8bb (diff) | |
download | freebsd-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/Makefile | 3 |
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 |