ports/125126: [MAINTAINER] www/samidare: fix bad plist

TAKATSU Tomonari tota at rtfm.jp
Mon Jun 30 20:30:04 UTC 2008


>Number:         125126
>Category:       ports
>Synopsis:       [MAINTAINER] www/samidare: fix bad plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 30 20:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
none(personal)
>Environment:
System: FreeBSD photon.rtfm.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Sat Apr 19 00:19:29 JST 2008
>Description:
- fix bad plist

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

diff -urN samidare.orig/Makefile samidare/Makefile
--- samidare.orig/Makefile	2008-05-03 04:18:35.000000000 +0900
+++ samidare/Makefile	2008-07-01 05:17:14.000000000 +0900
@@ -7,6 +7,7 @@
 
 PORTNAME=	samidare
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	www ruby
 MASTER_SITES=	http://www.a-k-r.org./samidare/
 
@@ -40,8 +41,10 @@
 
 do-install:
 	cd ${INSTALL_WRKSRC}; ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTEXAMPLES)
 	${MKDIR} ${EXAMPLESDIR}
 	cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
+.endif
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	cd ${INSTALL_WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}

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



More information about the freebsd-ports-bugs mailing list