Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2007 00:54:49 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        x11@FreeBSD.org
Cc:        Norikatsu Shigemura <nork@FreeBSD.org>
Subject:   [ports/x11/libXpm] Fix pkg-plist.
Message-ID:  <20070603005449.b75bd84c.nork@FreeBSD.org>

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

	I found a pkg-plist issue.  Please review and commit.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/libXpm/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	19 May 2007 20:26:53 -0000	1.17
+++ Makefile	2 Jun 2007 15:53:02 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	libXpm
 PORTVERSION=	3.5.6
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -15,6 +16,6 @@
 XORG_CAT=	lib
 USE_XORG=	xproto x11
 
-MAN1=		cxpm.1
+MAN1=		cxpm.1 sxpm.1
 
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/x11/libXpm/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	19 May 2007 20:26:53 -0000	1.3
+++ pkg-plist	2 Jun 2007 15:53:02 -0000
@@ -1,4 +1,5 @@
 bin/cxpm
+bin/sxpm
 include/X11/xpm.h
 lib/libXpm.a
 lib/libXpm.la



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