diff options
author | erwin <erwin@FreeBSD.org> | 2009-08-25 15:43:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-08-25 15:43:51 +0800 |
commit | 68e6a88ea330a52d9f5866b283ccb628a481e4dd (patch) | |
tree | 44a187fb81a5248a1774dfec93fe74db616e9296 /security | |
parent | 017517c5149c9bd579897b2752b7a28b14fa3e22 (diff) | |
download | freebsd-ports-gnome-68e6a88ea330a52d9f5866b283ccb628a481e4dd.tar.gz freebsd-ports-gnome-68e6a88ea330a52d9f5866b283ccb628a481e4dd.tar.zst freebsd-ports-gnome-68e6a88ea330a52d9f5866b283ccb628a481e4dd.zip |
Fix INDEX
Diffstat (limited to 'security')
-rw-r--r-- | security/fiked/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/fiked/Makefile b/security/fiked/Makefile index eea8c5dfe7e8..8f29db32194f 100644 --- a/security/fiked/Makefile +++ b/security/fiked/Makefile @@ -27,6 +27,8 @@ PLIST_FILES= bin/fiked MAN1= fiked.1 PORTDOCS= README NEWS +LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config + post-patch: @${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE} |