diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-03 13:37:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-03 13:37:24 +0800 |
commit | 850694320df7ecedc6fc560d4f2ac99ce72e0d22 (patch) | |
tree | 262408140485f5081f8d0acb9b456ee73fe281e9 /security | |
parent | dec00b691a5bb8eee9d690cbcf668bbbd0b9baaa (diff) | |
download | freebsd-ports-gnome-850694320df7ecedc6fc560d4f2ac99ce72e0d22.tar.gz freebsd-ports-gnome-850694320df7ecedc6fc560d4f2ac99ce72e0d22.tar.zst freebsd-ports-gnome-850694320df7ecedc6fc560d4f2ac99ce72e0d22.zip |
- Fix extra " from last commit.
pointy hat to me ... commited wrong work dir
Diffstat (limited to 'security')
-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 |