diff options
author | sat <sat@FreeBSD.org> | 2006-11-02 06:16:41 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-02 06:16:41 +0800 |
commit | d3054accf9115b572a26d095e29f0885baf10e29 (patch) | |
tree | 78a29eb68514a15b910e3e30e257c7c3dbfcefaa /security/sinfp | |
parent | 4d5d5930b951f3630680352c421a2c00b3778725 (diff) | |
download | freebsd-ports-graphics-d3054accf9115b572a26d095e29f0885baf10e29.tar.gz freebsd-ports-graphics-d3054accf9115b572a26d095e29f0885baf10e29.tar.zst freebsd-ports-graphics-d3054accf9115b572a26d095e29f0885baf10e29.zip |
- Update to 20061101 snapshot
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 bae25b77cad..850ccc7f7fe 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 |