diff options
author | hasso <hasso> | 2009-09-03 13:39:39 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-09-03 13:39:39 +0000 |
commit | 4d295fc3e98d577d04718ac89200a4812a63f4ae (patch) | |
tree | 999c3aac0142040cd20f9f859759345ec08361a5 /textproc | |
parent | e7535f53c8d45758ea0073752e844a84e5fa392c (diff) | |
download | pkgsrc-4d295fc3e98d577d04718ac89200a4812a63f4ae.tar.gz |
Fix build.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/convertlit/Makefile | 4 | ||||
-rw-r--r-- | textproc/convertlit/distinfo | 4 | ||||
-rw-r--r-- | textproc/convertlit/patches/patch-aa | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/textproc/convertlit/Makefile b/textproc/convertlit/Makefile index 7e2843c1ca6..862b3574536 100644 --- a/textproc/convertlit/Makefile +++ b/textproc/convertlit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/07/07 22:22:58 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/03 13:39:39 hasso Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} BUILD_DIRS= lib clit18 -MAKE_FILE= makefile +MAKE_FILE= Makefile USE_TOOLS+= gmake SUBST_CLASSES+= d2u diff --git a/textproc/convertlit/distinfo b/textproc/convertlit/distinfo index d6b2b4e8da3..a90d03450fc 100644 --- a/textproc/convertlit/distinfo +++ b/textproc/convertlit/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/11/04 19:52:30 rillig Exp $ +$NetBSD: distinfo,v 1.3 2009/09/03 13:39:39 hasso Exp $ SHA1 (clit18src.zip) = 0fa9aead468bd8640c49374d46d78d2a3e79489f RMD160 (clit18src.zip) = 6104a7d951ed60ea73705e401be8b55633ea2d47 Size (clit18src.zip) = 135120 bytes -SHA1 (patch-aa) = 60edfb550d157298aba38e39706681b44c663ef9 +SHA1 (patch-aa) = 1d2db4b05d2045be50595b1dfb89b767a5edd877 diff --git a/textproc/convertlit/patches/patch-aa b/textproc/convertlit/patches/patch-aa index 3338cea77ca..b2c282fe527 100644 --- a/textproc/convertlit/patches/patch-aa +++ b/textproc/convertlit/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2005/11/04 19:52:30 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2009/09/03 13:39:39 hasso Exp $ ---- clit18/makefile.orig 2004-07-04 16:52:14.000000000 +0200 -+++ clit18/makefile +--- clit18/Makefile.orig 2004-07-04 16:52:14.000000000 +0200 ++++ clit18/Makefile @@ -1,9 +1,9 @@ all: clit
|