diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2007-01-22 15:13:05 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2007-01-22 15:13:05 +0000 |
commit | 6560f8940fb135fee06f81aac7908f2d52aa6a99 (patch) | |
tree | 5f23f577b6fe3641a6216204046224df2f9fe7c7 /ports-mgmt/portscout | |
parent | 530e4b34f1c2ecacea70291be402210c2252949f (diff) | |
download | ports-6560f8940fb135fee06f81aac7908f2d52aa6a99.tar.gz ports-6560f8940fb135fee06f81aac7908f2d52aa6a99.zip |
Notes
Diffstat (limited to 'ports-mgmt/portscout')
-rw-r--r-- | ports-mgmt/portscout/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/portscout/Makefile b/ports-mgmt/portscout/Makefile index 0d0dae071517..4031ef32746b 100644 --- a/ports-mgmt/portscout/Makefile +++ b/ports-mgmt/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 |