From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 11 06:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6ECAD59E for ; Fri, 11 Jan 2013 06:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2591D7 for ; Fri, 11 Jan 2013 06:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0B6U2Os007361 for ; Fri, 11 Jan 2013 06:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0B6U29S007360; Fri, 11 Jan 2013 06:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 11 Jan 2013 06:30:02 GMT Resent-Message-Id: <201301110630.r0B6U29S007360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B3DB5472 for ; Fri, 11 Jan 2013 06:22:27 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 7FEFA1A9 for ; Fri, 11 Jan 2013 06:22:26 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 5952361F9D; Fri, 11 Jan 2013 15:14:01 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 26C0C4E63D; Fri, 11 Jan 2013 15:14:01 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id EEB354E62C; Fri, 11 Jan 2013 15:14:00 +0900 (JST) Message-Id: <20130111061400.EEB354E62C@eastasia.home.utahime.org> Date: Fri, 11 Jan 2013 15:14:00 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175192: [MAINTAINER] mail/c-sig: OptionsNG-fy and trim makefile header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 06:30:02 -0000 >Number: 175192 >Category: ports >Synopsis: [MAINTAINER] mail/c-sig: OptionsNG-fy and trim makefile header >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: Fri Jan 11 06:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Fri Jan 11 10:39:45 JST 2013 xxxx amd64 >Description: OptionsNG-fy and trim makefile header. >How-To-Repeat: >Fix: --- patch-c-sig begins here --- Index: Makefile =================================================================== --- Makefile (revision 310216) +++ Makefile (working copy) @@ -1,9 +1,4 @@ -# New ports collection makefile for: c-sig -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro -# # $FreeBSD$ -# PORTNAME= c-sig PORTVERSION= 3.8 @@ -20,15 +15,21 @@ USE_EMACS= yes NO_WRKSUBDIR= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} +.include + do-build: cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el do-install: ${MKDIR} ${LISPDIR} ${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} --- patch-c-sig ends here --- >Release-Note: >Audit-Trail: >Unformatted: