diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:32:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:32:02 +0000 |
commit | 79f33bc538c3a60ac2b294f2f5bb2a6522cc68de (patch) | |
tree | 81c9d002aa2137224215cd8e0184de8782ebd2ec /security/tinc | |
parent | 91ebe4ad8f79876b31790f6d1529752fe4866ab1 (diff) | |
download | ports-79f33bc538c3a60ac2b294f2f5bb2a6522cc68de.tar.gz ports-79f33bc538c3a60ac2b294f2f5bb2a6522cc68de.zip |
Notes
Diffstat (limited to 'security/tinc')
-rw-r--r-- | security/tinc/Makefile | 13 | ||||
-rw-r--r-- | security/tinc/pkg-plist | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 4cf6d2f44ccf..efbbc7c6e0ae 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -8,6 +8,7 @@ PORTNAME= tinc PORTVERSION= 1.0p8 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://tinc.nl.linux.org/packages/ \ ftp://ftp.wiretapped.net/pub/security/network-security/tinc/ \ @@ -16,15 +17,19 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \ - intl:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + MAKEINFO="makeinfo --no-split" MAN5= tinc.conf.5 MAN8= tincd.8 +post-extract: + @${RM} -f ${WRKSRC}/doc/tinc.info* + .include <bsd.port.mk> diff --git a/security/tinc/pkg-plist b/security/tinc/pkg-plist index 4c3b14c2eece..ab65f3cbfcf8 100644 --- a/security/tinc/pkg-plist +++ b/security/tinc/pkg-plist @@ -1,7 +1,5 @@ sbin/tincd @unexec install-info --delete %D/info/tinc.info %D/info/dir info/tinc.info -info/tinc.info-1 -info/tinc.info-2 @exec install-info %D/info/tinc.info %D/info/dir share/locale/nl/LC_MESSAGES/tinc.mo |