diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-28 14:47:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-12-28 14:47:19 +0000 |
commit | 2c79e2c7c348aca9b161ba4096b523c5d7e1d1cb (patch) | |
tree | a833a903e3272d3051e838574cd082c7bd654bbb /security/sinfp/Makefile | |
parent | dce735ae755017dcd223ea594d62b7f5b110f6ff (diff) | |
download | ports-2c79e2c7c348aca9b161ba4096b523c5d7e1d1cb.tar.gz ports-2c79e2c7c348aca9b161ba4096b523c5d7e1d1cb.zip |
- Update signatures to 20071228 snapshot
Notes
Notes:
svn path=/head/; revision=204655
Diffstat (limited to 'security/sinfp/Makefile')
-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 ba3ee5893e54..9082efbc18fc 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= 20070407 +DBDATE= 20071228 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |