Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 00:40:16 -0700 (PDT)
From:      kaoru@kaisei.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22387: Update port: security/pgpdump -- Fix document installation
Message-ID:  <20001029074016.0E43937B479@hub.freebsd.org>

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

>Number:         22387
>Category:       ports
>Synopsis:       Update port: security/pgpdump -- Fix document installation
>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:   Sun Oct 29 00:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     TAKAHASHI Kaoru
>Release:        
>Organization:
>Environment:
>Description:
Fix document installation.
>How-To-Repeat:

>Fix:
diff -ruN pgpdump.old/Makefile pgpdump/Makefile
--- pgpdump.old/Makefile	Sun Oct 29 16:32:51 2000
+++ pgpdump/Makefile	Sun Oct 29 16:33:49 2000
@@ -17,5 +17,9 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${PREFIX}/share/doc/pgpdump
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pgpdump
+.endif
 
 .include <bsd.port.mk>
diff -ruN pgpdump.old/pkg-plist pgpdump/pkg-plist
--- pgpdump.old/pkg-plist	Sun Oct 29 16:32:51 2000
+++ pgpdump/pkg-plist	Sun Oct 29 16:33:49 2000
@@ -1 +1,3 @@
 bin/pgpdump
+share/doc/pgpdump/README
+@dirrm share/doc/pgpdump


>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?20001029074016.0E43937B479>