Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 01:30:30 +0200 (CEST)
From:      Michael Lyngbøl <michael@lyngbol.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28467: [MAINTAINER UPDATE] net/samplicator, install docs too
Message-ID:  <20010627233030.47D3614FEF@tigerdyr.wheel.dk>

next in thread | raw e-mail | index | archive | help

>Number:         28467
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] net/samplicator, install docs too
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 16:40:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lyngbøl
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD tigerdyr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Jun 23 13:10:47 CEST 2001 lyngbol@tigerdyr:/usr/obj/usr/src/sys/TIGERDYR i386


>Description:
	Install docs too.
>How-To-Repeat:
>Fix:

diff -ruN samplicator.orig/Makefile samplicator/Makefile
--- samplicator.orig/Makefile	Thu Jun 28 01:08:58 2001
+++ samplicator/Makefile	Thu Jun 28 01:24:28 2001
@@ -7,11 +7,17 @@
 
 PORTNAME=	samplicator
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.switch.ch/tf-tant/floma/sw/samplicator/
 
 MAINTAINER=	lyngbol@wheel.dk
 
 GNU_CONFIGURE=	yes
+
+post-install:
+	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+	${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
 
 .include <bsd.port.mk>
diff -ruN samplicator.orig/pkg-plist samplicator/pkg-plist
--- samplicator.orig/pkg-plist	Thu Jun 28 01:08:58 2001
+++ samplicator/pkg-plist	Thu Jun 28 01:24:37 2001
@@ -1 +1,4 @@
 bin/samplicate
+share/doc/samplicator/NEWS
+share/doc/samplicator/README
+@dirrm share/doc/samplicator
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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