ports/126729: [PATCH] games/robotfindskitten: fix pkg-plist and remove CONFIGURE_TARGET

Rong-En Fan rafan at FreeBSD.org
Fri Aug 22 06:30:02 UTC 2008


>Number:         126729
>Category:       ports
>Synopsis:       [PATCH] games/robotfindskitten: fix pkg-plist and remove CONFIGURE_TARGET
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 22 06:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- customize CONFIGURE_TARGET is not necessary after recent bsd.port.mk changes
- Fix pkg-plist for missing manual page 
  Since the current version can not be build on pointyhat, I don't bump
  PORTREVISION.

Port maintainer (skreuzer at exit2shell.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- robotfindskitten-1.7320508.406,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/robotfindskitten/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	19 Aug 2008 09:09:04 -0000	1.4
+++ Makefile	22 Aug 2008 06:23:53 -0000
@@ -17,11 +17,12 @@
 
 GNU_CONFIGURE=	YES
 USE_GNOME=	glib12
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 INFO=		${PORTNAME}
 PLIST_FILES=	bin/robotfindskitten
 
+MAN6=		robotfindskitten.6
+
 post-extract:
 	${RM}	${WRKSRC}/doc/robotfindskitten.info
 
--- robotfindskitten-1.7320508.406,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list