Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2008 05:23:31 +0900 (JST)
From:      TAKATSU Tomonari <tota@rtfm.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org
Subject:   ports/125126: [MAINTAINER] www/samidare: fix bad plist
Message-ID:  <200806302023.m5UKNVNq096502@www2.inetd.co.jp>
Resent-Message-ID: <200806302030.m5UKU4F6058799@freefall.freebsd.org>

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

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



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