diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-25 07:43:51 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-25 07:43:51 +0000 |
commit | b3713a526791949afea57e5423acb022abc1af15 (patch) | |
tree | 74c5e4ed756f70dc073610308edbdc89b5541891 /security/fiked/Makefile | |
parent | f75ce29b9413970aaaf1dd45342a61fa6d682b60 (diff) | |
download | ports-b3713a526791949afea57e5423acb022abc1af15.tar.gz ports-b3713a526791949afea57e5423acb022abc1af15.zip |
Notes
Diffstat (limited to 'security/fiked/Makefile')
-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} |