Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2005 21:06:52 +0100
From:      Florent Thoumie <flz@xbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ports@oven.org
Subject:   Re: ports/76316: Update port: net/linpopup - fix packing list
Message-ID:  <41EAC95C.70106@xbsd.org>
In-Reply-To: <200501161840.j0GIeWm5021270@freefall.freebsd.org>
References:  <200501161840.j0GIeWm5021270@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000301030008050106090906
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Here is the new diff.

Now net/linpopup installs documentation in ${PREFIX}/share/doc/linpopup 
rather than in ${PREFIX}/doc/linpopup.

I read ports@FreeBSD.org and not ports@oven.org, maintainer has been 
cc'ed this time.

--------------000301030008050106090906
Content-Type: text/plain;
 name="linpopup.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="linpopup.diff"

diff -ruN /usr/ports/net/linpopup/Makefile /space/portstrees/FreeBSD/ports/net/linpopup/Makefile
--- /usr/ports/net/linpopup/Makefile	Fri Mar 12 01:32:22 2004
+++ /space/portstrees/FreeBSD/ports/net/linpopup/Makefile	Sun Jan 16 20:45:23 2005
@@ -23,6 +23,10 @@
 
 USE_GNOME=	gtk12
 USE_X_PREFIX=	yes
+USE_REINPLACE=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e "s#/doc/#/share/doc/#" ${WRKSRC}/Makefile
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN /usr/ports/net/linpopup/pkg-plist /space/portstrees/FreeBSD/ports/net/linpopup/pkg-plist
--- /usr/ports/net/linpopup/pkg-plist	Sun Jan 16 21:05:49 2005
+++ /space/portstrees/FreeBSD/ports/net/linpopup/pkg-plist	Sun Jan 16 20:52:50 2005
@@ -1,18 +1,18 @@
 bin/linpopup
 bin/LinPopUp
-doc/LinPopUp/AUTHORS
-doc/LinPopUp/BUGS
-doc/LinPopUp/COPYING
-doc/LinPopUp/ChangeLog
-doc/LinPopUp/INSTALL
-doc/LinPopUp/MANUAL
-doc/LinPopUp/NEWS
-doc/LinPopUp/README
-doc/LinPopUp/THANKS
-doc/LinPopUp/TODO
+share/doc/LinPopUp/AUTHORS
+share/doc/LinPopUp/BUGS
+share/doc/LinPopUp/COPYING
+share/doc/LinPopUp/ChangeLog
+share/doc/LinPopUp/INSTALL
+share/doc/LinPopUp/MANUAL
+share/doc/LinPopUp/NEWS
+share/doc/LinPopUp/README
+share/doc/LinPopUp/THANKS
+share/doc/LinPopUp/TODO
 share/LinPopUp/gtkrc
 share/LinPopUp/pixmaps/little_igloo.xpm
-@dirrm doc/LinPopUp
+@dirrm share/doc/LinPopUp
 @dirrm share/LinPopUp/pixmaps
 @dirrm share/LinPopUp
 @unexec rm -rf /var/db/linpopup

--------------000301030008050106090906--



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