diff options
author | salo <salo> | 2003-02-16 03:42:36 +0000 |
---|---|---|
committer | salo <salo> | 2003-02-16 03:42:36 +0000 |
commit | 4300eb647b6d236224bd7205bd3513e3a742b098 (patch) | |
tree | 6d696ee8d1ffb4283927681ca517fe871670a022 /devel/newfile/patches | |
parent | 5ba24231c8c73d3c599173e603b52d34e3716046 (diff) | |
download | pkgsrc-4300eb647b6d236224bd7205bd3513e3a742b098.tar.gz |
Newfile is a tool for creating starter files in various languages.
It uses a full-featured preprocessor (like the C preprocessor) to transform
templates into customized starter files. It can also generate trees of files
for a specific purpose, such as a project using automake and autoconf, license
files or a FreeBSD port.
Based on a patch from Miguel Mendez via PR pkg/20313 modified by me.
Diffstat (limited to 'devel/newfile/patches')
-rw-r--r-- | devel/newfile/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/newfile/patches/patch-aa b/devel/newfile/patches/patch-aa new file mode 100644 index 00000000000..73922402732 --- /dev/null +++ b/devel/newfile/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/02/16 03:42:36 salo Exp $ + +--- Makefile.in.orig Fri Feb 7 19:01:54 2003 ++++ Makefile.in Sun Feb 16 03:49:33 2003 +@@ -119,7 +119,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + +-SUBDIRS = src doc data doc-src www ++SUBDIRS = data + EXTRA_DIST = LICENSE README Makefile.cvs + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |