diff options
author | sbz <sbz@FreeBSD.org> | 2011-03-22 21:11:11 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2011-03-22 21:11:11 +0800 |
commit | 7e9a2cdc2957ce4608bda3ea2109621a71f3fecd (patch) | |
tree | 071d0ccdd7648ae7b8c927af36d5aafa7e82dfc4 | |
parent | 498d96999bb9035bcc34dc38cfea049329fae037 (diff) | |
download | freebsd-ports-graphics-7e9a2cdc2957ce4608bda3ea2109621a71f3fecd.tar.gz freebsd-ports-graphics-7e9a2cdc2957ce4608bda3ea2109621a71f3fecd.tar.zst freebsd-ports-graphics-7e9a2cdc2957ce4608bda3ea2109621a71f3fecd.zip |
Update to 2.09_20110125
Approved by: jadawin@ (mentor)
-rw-r--r-- | security/sinfp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sinfp/Makefile b/security/sinfp/Makefile index 57709374317..ed86c8b8c26 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/${PORTNAME} \ PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20101224 +DBDATE= 20110125 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |