ports/164614: [PATCH] sysutils/spiped: Set LICENSE and install documentation

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jan 29 23:30:06 UTC 2012


>Number:         164614
>Category:       ports
>Synopsis:       [PATCH] sysutils/spiped: Set LICENSE and install documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 23:30:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #38: Sat Jan 14 19:24:44 BRST 2012
>Description:
I sometimes forget all the commands I can use with spiped, and since it does
not have a man page I usually need to extract the distfile and look at the
README. Installing the documentation makes my life a bit easier.

While here, also set LICENSE.

Port maintainer (cperciva at tarsnap.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- spiped-1.1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/spiped/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	17 Sep 2011 06:51:09 -0000	1.2
+++ Makefile	29 Jan 2012 23:25:13 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	spiped
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils security
 MASTER_SITES=	http://www.tarsnap.com/spiped/
 EXTRACT_SUFX=	.tgz
@@ -14,8 +15,18 @@
 MAINTAINER=	cperciva at tarsnap.com
 COMMENT=	Daemon for creating secure symmetric pipes
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 PLIST_FILES=	bin/spiped
+PORTDOCS=	BUILDING CHANGELOG COPYRIGHT README STYLE
 
 USE_RC_SUBR=	spiped
 
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
+.endif
+
 .include <bsd.port.mk>
--- spiped-1.1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list