diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-07 14:58:44 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-07 14:58:44 +0000 |
commit | c16b6f9b84e90851bb7fe17361428b80f4f791d1 (patch) | |
tree | 2fde7bf0ee5ff74b38b38cf4f0ac42dbcce6c234 /security/sinfp | |
parent | 2fcfcccebf97162fa9e76341db5abfaf16cc273f (diff) |
Notes
Diffstat (limited to 'security/sinfp')
-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 8dabac56871d..f5f82f3f7989 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -16,7 +16,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20060923 +DBDATE= 20061007 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |