[ports/x11/libXpm] Fix pkg-plist.

Norikatsu Shigemura nork at FreeBSD.org
Sat Jun 2 16:13:41 UTC 2007


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 at 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


More information about the freebsd-x11 mailing list