Date: Fri, 31 Jan 2014 15:23:50 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342003 - in head: devel/libklel security/checkpassword-pam security/sst Message-ID: <201401311523.s0VFNoEb065980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 15:23:50 2014 New Revision: 342003 URL: http://svnweb.freebsd.org/changeset/ports/342003 QAT: https://qat.redports.org/buildarchive/r342003/ Log: Stage support Modified: head/devel/libklel/Makefile head/devel/libklel/pkg-plist head/security/checkpassword-pam/Makefile head/security/sst/Makefile Modified: head/devel/libklel/Makefile ============================================================================== --- head/devel/libklel/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/devel/libklel/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -17,8 +17,4 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-pcre=${LOCALBASE} -MAN1= klel-expr.1 -MAN3= klelapi.3 klellang.3 klelstdlib.3 kleltut.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/devel/libklel/pkg-plist ============================================================================== --- head/devel/libklel/pkg-plist Fri Jan 31 15:23:29 2014 (r342002) +++ head/devel/libklel/pkg-plist Fri Jan 31 15:23:50 2014 (r342003) @@ -5,3 +5,8 @@ lib/libklel.a lib/libklel.la lib/libklel.so lib/libklel.so.2 +man/man1/klel-expr.1.gz +man/man3/klelapi.3.gz +man/man3/klellang.3.gz +man/man3/klelstdlib.3.gz +man/man3/kleltut.3.gz Modified: head/security/checkpassword-pam/Makefile ============================================================================== --- head/security/checkpassword-pam/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/security/checkpassword-pam/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -11,8 +11,7 @@ COMMENT= Implementation of checkpassword GNU_CONFIGURE= yes -MAN8= checkpassword-pam.8 -PLIST_FILES= bin/checkpassword-pam +PLIST_FILES= bin/checkpassword-pam \ + man/man8/checkpassword-pam.8.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/security/sst/Makefile ============================================================================== --- head/security/sst/Makefile Fri Jan 31 15:23:29 2014 (r342002) +++ head/security/sst/Makefile Fri Jan 31 15:23:50 2014 (r342003) @@ -15,12 +15,10 @@ COMMENT= A simple SSL tunneling tool (us RUN_DEPENDS= netcat:${PORTSDIR}/net/netcat .endif +MAKEFILE= ${FILESDIR}/Makefile USE_OPENSSL= YES -MAN1= sst.1 -MANCOMPRESSED= maybe -PLIST_FILES= sbin/sst -MAKEFILE= ${FILESDIR}/Makefile +PLIST_FILES= sbin/sst \ + man/man1/sst.1.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401311523.s0VFNoEb065980>