diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 15:52:14 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-07 15:52:14 +0000 |
commit | 540cd42010c3ebb6b719ce6b1543a9f02eb546c9 (patch) | |
tree | 531e0ee1cbe7acf883a31e85bf8071c7a9f9399f /security/sinfp | |
parent | 7858d12efca7a8d0fbaf89ae599af5be80b26e64 (diff) | |
download | ports-540cd42010c3ebb6b719ce6b1543a9f02eb546c9.tar.gz ports-540cd42010c3ebb6b719ce6b1543a9f02eb546c9.zip |
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 f5cc18fb0883..ba3ee5893e54 100644 --- a/security/sinfp/Makefile +++ b/security/sinfp/Makefile @@ -15,7 +15,7 @@ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/${PORTNAME}.db PLIST_DIRS= %%DATADIR%% NO_BUILD= yes MASTERDIR= ${.CURDIR}/../p5-Net-SinFP -DBDATE= 20070322 +DBDATE= 20070407 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |