Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 07:52:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331656 - in head: editors/dhex irc/netwalker-ircc mail/isync mail/nbsmtp math/mathomatic news/brag security/vpnc sysutils/magicrescue sysutils/magicrescue/files www/httest
Message-ID:  <201310260752.r9Q7q74d064354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Oct 26 07:52:07 2013
New Revision: 331656
URL: http://svnweb.freebsd.org/changeset/ports/331656

Log:
  Support staging.

Added:
  head/editors/dhex/pkg-plist   (contents, props changed)
  head/sysutils/magicrescue/files/patch-Makefile.in   (contents, props changed)
Deleted:
  head/math/mathomatic/pkg-plist
Modified:
  head/editors/dhex/Makefile
  head/irc/netwalker-ircc/Makefile
  head/irc/netwalker-ircc/pkg-plist
  head/mail/isync/Makefile
  head/mail/nbsmtp/Makefile
  head/math/mathomatic/Makefile
  head/news/brag/Makefile
  head/security/vpnc/Makefile
  head/security/vpnc/pkg-plist
  head/sysutils/magicrescue/Makefile
  head/sysutils/magicrescue/files/patch-magicsort
  head/sysutils/magicrescue/pkg-plist
  head/www/httest/Makefile
  head/www/httest/pkg-plist

Modified: head/editors/dhex/Makefile
==============================================================================
--- head/editors/dhex/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/editors/dhex/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -15,14 +15,12 @@ LICENSE=	GPLv2
 
 MAN1=		dhex.1
 MAN5=		dhexrc.5 dhex_markers.5 dhex_searchlog.5
-PLIST_FILES=	bin/dhex
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1
 .for f in ${MAN5}
-	${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MANPREFIX}/man/man5
 .endfor
 
 .include <bsd.port.mk>

Added: head/editors/dhex/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/dhex/pkg-plist	Sat Oct 26 07:52:07 2013	(r331656)
@@ -0,0 +1,5 @@
+bin/dhex
+man/man1/dhex.1.gz
+man/man5/dhex_markers.5.gz
+man/man5/dhex_searchlog.5.gz
+man/man5/dhexrc.5.gz

Modified: head/irc/netwalker-ircc/Makefile
==============================================================================
--- head/irc/netwalker-ircc/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/irc/netwalker-ircc/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -12,12 +12,8 @@ COMMENT=	Lightweight curses-based IRC cl
 
 LICENSE=	GPLv2
 
-MAN1=		netwalker.1
-
 LDFLAGS+=	-lncurses ${PTHREAD_LIBS}
-CFLAGS?=	-O2 -Wall
 
-NO_STAGE=	yes
 post-patch:
 	@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \
 	${WRKSRC}/config.h > ${WRKSRC}/config.h.freebsd
@@ -30,9 +26,9 @@ do-build:
 	${CXX} ${LDFLAGS} -L${WRKSRC}/ ${WRKSRC}/*.o -o ${WRKSRC}/netwalker
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/netwalker ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/netwalker.1 ${MANPREFIX}/man/man1
-	@${MKDIR} ${DATADIR}
-	${CP} ${WRKSRC}/help/* ${PREFIX}/share/netwalker-ircc
+	${INSTALL_PROGRAM} ${WRKSRC}/netwalker ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/netwalker.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${PREFIX}/share/netwalker-ircc
 
 .include <bsd.port.mk>

Modified: head/irc/netwalker-ircc/pkg-plist
==============================================================================
--- head/irc/netwalker-ircc/pkg-plist	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/irc/netwalker-ircc/pkg-plist	Sat Oct 26 07:52:07 2013	(r331656)
@@ -1,4 +1,5 @@
 bin/netwalker
+man/man1/netwalker.1.gz
 %%DATADIR%%/help_connect.asc
 %%DATADIR%%/help_ctcp.asc
 %%DATADIR%%/help_disconnect.asc

Modified: head/mail/isync/Makefile
==============================================================================
--- head/mail/isync/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/mail/isync/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -15,16 +15,15 @@ GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
 USE_BDB=	42+
 
-MAN1=		isync.1 mbsync.1 mdconvert.1
 PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
-PLIST_FILES=	bin/get-cert bin/isync bin/mbsync bin/mdconvert
+PLIST_FILES=	bin/get-cert bin/isync bin/mbsync bin/mdconvert \
+		man/man1/isync.1.gz man/man1/mbsync.1.gz man/man1/mdconvert.1.gz
 
 CPPFLAGS+=	-I${BDB_INCLUDE_DIR} -I${OPENSSLINC}
 LDFLAGS+=	-L${BDB_LIB_DIR} -L${OPENSSLLIB} -lssl -lcrypto
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -32,9 +31,9 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 

Modified: head/mail/nbsmtp/Makefile
==============================================================================
--- head/mail/nbsmtp/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/mail/nbsmtp/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -16,10 +16,11 @@ GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS+=	--enable-ssl --enable-ipv6
 
-MAN5=		nbsmtprc.5
-MAN8=		nbsmtp.8
+PLIST_FILES=	bin/nbsmtp man/man5/nbsmtprc.5.gz man/man8/nbsmtp.8.gz
 
-PLIST_FILES=	bin/nbsmtp
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/nbsmtprc.5 ${STAGEDIR}${MANPREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/nbsmtp.8 ${STAGEDIR}${MANPREFIX}/man/man8
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/math/mathomatic/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -18,33 +18,34 @@ USE_BZIP2=	yes
 MAKEFILE=	makefile
 
 PORTDOCS=	*
-MAN1=		mathomatic.1
+PLIST_FILES=	bin/mathomatic man/man1/mathomatic.1.gz \
+		share/pixmaps/mathomatic.png \
+		share/applications/mathomatic.desktop
 
 MAKE_ARGS=	READLINE=1
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \
-		${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${PREFIX}/share/pixmaps
+		${STAGEDIR}${PREFIX}/share/applications
+	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${STAGEDIR}${PREFIX}/share/pixmaps
 .if ${PORT_OPTIONS:MDOCS}
 .for d in m4 tests
-	${MKDIR} ${DOCSDIR}/${d}
-	${INSTALL_DATA} ${WRKSRC}/${d}/* ${DOCSDIR}/${d}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}
+	${INSTALL_DATA} ${WRKSRC}/${d}/* ${STAGEDIR}${DOCSDIR}/${d}
 .endfor
-	${MKDIR} ${DOCSDIR}/html
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}/html
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/html
+	${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/html
 .for f in AUTHORS README.txt changes.txt
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
 .endif
 

Modified: head/news/brag/Makefile
==============================================================================
--- head/news/brag/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/news/brag/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -13,15 +13,13 @@ COMMENT=	Download and assemble multipart
 RUN_DEPENDS=	uudeview:${PORTSDIR}/converters/uudeview \
 		${TCLSH}:${PORTSDIR}/lang/tcl84
 
-MAN1=		brag.1
-PLIST_FILES=	bin/brag
+PLIST_FILES=	bin/brag man/man1/brag.1.gz
 PORTDOCS=	CHANGES README
 
 TCLSH=		tclsh8.4
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -29,13 +27,13 @@ post-patch:
 		${WRKSRC}/${PORTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/security/vpnc/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -33,7 +33,6 @@ CISCOVERSION_DESC=	Mask linux presentati
 
 OPTIONS_DEFAULT=DECRYPT
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDECRYPT}
@@ -60,21 +59,23 @@ post-patch:
 		${WRKSRC}/${MAN8}.template
 
 do-install:
-	${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${PREFIX}/sbin/vpnc
+	${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${STAGEDIR}${PREFIX}/sbin/vpnc
 .if ${PORT_OPTIONS:MDECRYPT}
-	${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1
 .endif
-	${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-disconnect ${PREFIX}/sbin/vpnc-disconnect
-	${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${PREFIX}/etc/vpnc.conf.sample
-.if !exists(${PREFIX}/etc/vpnc.conf)
-	${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${PREFIX}/etc
+	${INSTALL_SCRIPT} -m 751 ${WRKSRC}/vpnc-disconnect \
+		${STAGEDIR}${PREFIX}/sbin/vpnc-disconnect
+	${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf \
+		${STAGEDIR}${PREFIX}/etc/vpnc.conf.sample
+.if !exists(${STAGEDIR}${PREFIX}/etc/vpnc.conf)
+	${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc
 .endif
-	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${STAGEDIR}${MANPREFIX}/man/man8
 
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/security/vpnc/pkg-plist
==============================================================================
--- head/security/vpnc/pkg-plist	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/security/vpnc/pkg-plist	Sat Oct 26 07:52:07 2013	(r331656)
@@ -1,6 +1,8 @@
 sbin/vpnc
 sbin/vpnc-disconnect
+man/man8/vpnc.8.gz
 %%DECRYPT%%bin/cisco-decrypt
+%%DECRYPT%%man/man1/cisco-decrypt.1.gz
 @unexec if cmp -s %D/etc/vpnc.conf %D/etc/vpnc.conf.sample; then rm -f %D/etc/vpnc.conf; fi
 etc/vpnc.conf.sample
 @exec [ -f %B/vpnc.conf ] || cp %B/%f %B/vpnc.conf

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/sysutils/magicrescue/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -12,27 +12,24 @@ COMMENT=	File recovery tool which recove
 
 LICENSE=	GPLv2
 
-USES=		perl5
+USES=		perl5 shebangfix
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 USE_PERL5=	run
 
-MAN1=		dupemap.1 magicrescue.1 magicsort.1
+SHEBANG_FILES=	magicsort
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|^#!/usr/bin/env.*|#!${PERL}|' \
-		${WRKSRC}/magicsort
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
 post-install:
-	${MKDIR} ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in NEWS README
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 

Added: head/sysutils/magicrescue/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/magicrescue/files/patch-Makefile.in	Sat Oct 26 07:52:07 2013	(r331656)
@@ -0,0 +1,32 @@
+--- ./Makefile.in.orig	2008-06-26 22:24:06.000000000 +0200
++++ ./Makefile.in	2013-10-26 09:06:55.772677532 +0200
+@@ -57,20 +57,20 @@
+ maintainer-clean: distclean docs-clean
+ 
+ install: all
+-	[ -d $(PREFIX) ]
++	[ -d $(STAGEDIR)$(PREFIX) ]
+ 	
+-	mkdir -p $(PREFIX)/share/magicrescue/tools \
+-	    $(PREFIX)/share/magicrescue/recipes \
+-	    $(PREFIX)/man/man1 \
+-	    $(PREFIX)/bin
++	mkdir -p $(STAGEDIR)$(PREFIX)/share/magicrescue/tools \
++	    $(STAGEDIR)$(PREFIX)/share/magicrescue/recipes \
++	    $(STAGEDIR)$(PREFIX)/man/man1 \
++	    $(STAGEDIR)$(PREFIX)/bin
+ 	
+-	cp magicrescue$(EXE) dupemap$(EXE) magicsort $(PREFIX)/bin/
+-	cp recipes/* $(PREFIX)/share/magicrescue/recipes/
+-	cp $(DOCS) $(PREFIX)/man/man1
++	cp magicrescue$(EXE) dupemap$(EXE) magicsort $(STAGEDIR)$(PREFIX)/bin/
++	cp recipes/* $(STAGEDIR)$(PREFIX)/share/magicrescue/recipes/
++	cp $(DOCS) $(STAGEDIR)$(MANPREFIX)/man/man1
+ 	
+ 	for f in tools/*; do \
+ 	  if [ -x "$$f" ]; then \
+-	    cp -f "$$f" $(PREFIX)/share/magicrescue/tools/; \
++	    cp -f "$$f" $(STAGEDIR)$(PREFIX)/share/magicrescue/tools/; \
+ 	  fi; \
+ 	done
+ 

Modified: head/sysutils/magicrescue/files/patch-magicsort
==============================================================================
--- head/sysutils/magicrescue/files/patch-magicsort	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/sysutils/magicrescue/files/patch-magicsort	Sat Oct 26 07:52:07 2013	(r331656)
@@ -1,5 +1,5 @@
---- magicsort.orig     Mon Jul 18 11:55:35 2005
-+++ magicsort  Mon Jul 18 12:03:01 2005
+--- ./magicsort.orig	2013-10-26 09:06:33.969663571 +0200
++++ ./magicsort	2013-10-26 09:06:33.972663781 +0200
 @@ -13,7 +13,7 @@
  while (defined(my $file = readdir DH)) {
      next unless -f $file;
@@ -10,7 +10,7 @@
      close FILE;
  
 @@ -25,7 +25,7 @@
-       next;
+ 	next;
      }
      my $dir = substr($idstring, length($file) + 2);
 -    mkdir $dir;

Modified: head/sysutils/magicrescue/pkg-plist
==============================================================================
--- head/sysutils/magicrescue/pkg-plist	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/sysutils/magicrescue/pkg-plist	Sat Oct 26 07:52:07 2013	(r331656)
@@ -1,6 +1,9 @@
 bin/dupemap
 bin/magicrescue
 bin/magicsort
+man/man1/dupemap.1.gz
+man/man1/magicrescue.1.gz
+man/man1/magicsort.1.gz
 %%DATADIR%%/recipes/avi
 %%DATADIR%%/recipes/elf
 %%DATADIR%%/recipes/gimp-xcf

Modified: head/www/httest/Makefile
==============================================================================
--- head/www/httest/Makefile	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/www/httest/Makefile	Sat Oct 26 07:52:07 2013	(r331656)
@@ -32,7 +32,6 @@ USE_LDCONFIG=	yes
 MAN1=		htntlm.1 htproxy.1 htremote.1 httest.1
 PORTEXAMPLES=	*
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh
@@ -41,8 +40,8 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${EXAMPLESDIR}/
-	${INSTALL_DATA} ${WRKSRC}/examples/*.htt ${EXAMPLESDIR}/
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/*.htt ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/www/httest/pkg-plist
==============================================================================
--- head/www/httest/pkg-plist	Sat Oct 26 07:18:03 2013	(r331655)
+++ head/www/httest/pkg-plist	Sat Oct 26 07:52:07 2013	(r331656)
@@ -7,4 +7,8 @@ lib/libhello.a
 lib/libhello.la
 lib/libhello.so
 lib/libhello.so.0
+man/man1/htntlm.1.gz
+man/man1/htproxy.1.gz
+man/man1/htremote.1.gz
+man/man1/httest.1.gz
 @dirrm include/htt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310260752.r9Q7q74d064354>