diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-03 05:37:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-03 05:37:24 +0000 |
commit | 8318c9839892e25cf4ae78cfdb143f66816f57a8 (patch) | |
tree | 026f03cc5b4e3ba928421b39ef3fe8525661c52a /security/tinc | |
parent | d2fead5f5e4390924328438c589b6670ca2ac79e (diff) | |
download | ports-8318c9839892e25cf4ae78cfdb143f66816f57a8.tar.gz ports-8318c9839892e25cf4ae78cfdb143f66816f57a8.zip |
Notes
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index d96189e9b486..8a6014d199d7 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib MAN5= tinc.conf.5 MAN8= tincd.8 |