pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hyperestraier Split Makefile to common part a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4419971920f3
branches:  trunk
changeset: 521672:4419971920f3
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 17 15:13:43 2006 +0000

description:
Split Makefile to common part and base package part.

diffstat:

 textproc/hyperestraier/Makefile        |   5 +++--
 textproc/hyperestraier/Makefile.common |  12 ++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 765128a25527 -r 4419971920f3 textproc/hyperestraier/Makefile
--- a/textproc/hyperestraier/Makefile   Fri Nov 17 15:11:31 2006 +0000
+++ b/textproc/hyperestraier/Makefile   Fri Nov 17 15:13:43 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/11/11 12:42:20 obache Exp $
+# $NetBSD: Makefile,v 1.22 2006/11/17 15:13:43 obache Exp $
+
+.include "Makefile.common"
 
 DISTNAME=      hyperestraier-1.4.9
 CATEGORIES=    japanese textproc www
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
 
 MAINTAINER=    obata%lins.jp@localhost
 HOMEPAGE=      http://hyperestraier.sourceforge.net/
diff -r 765128a25527 -r 4419971920f3 textproc/hyperestraier/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hyperestraier/Makefile.common    Fri Nov 17 15:13:43 2006 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile.common,v 1.1 2006/11/17 15:13:43 obache Exp $
+
+DISTNAME=      hyperestraier-${HYPERESTRAIER_VERSION}
+CATEGORIES=    japanese textproc www
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
+HYPERESTRAIER_VERSION=1.4.9
+
+MAINTAINER=    obata%lins.jp@localhost
+HOMEPAGE=      http://hyperestraier.sourceforge.net/
+
+DISTINFO_FILE= ${.CURDIR}/../../textproc/hyperestraier/distinfo
+PATCHDIR=      ${.CURDIR}/../../textproc/hyperestraier/patches



Home | Main Index | Thread Index | Old Index