diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-01 22:16:41 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-01 22:16:41 +0000 |
commit | 934215486d646a0d754a768b57eae1259d2997a0 (patch) | |
tree | 90edce933dc87c8bb4c7531318d8a2db9e404f4d /security/sinfp | |
parent | cc9194b4dfb42a04be14d8b0050f1e5778742db5 (diff) | |
download | ports-934215486d646a0d754a768b57eae1259d2997a0.tar.gz ports-934215486d646a0d754a768b57eae1259d2997a0.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 bae25b77cadf..850ccc7f7fe6 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= +DBDATE= 20061101 post-patch: @${REINPLACE_CMD} -e 's!$$Bin/../db/!${DATADIR}/!' ${WRKSRC}/bin/${PORTNAME}.pl |