diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
| commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
| tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /devel/splint/files/patch-aa | |
| parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes:
svn path=/head/; revision=29673
svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'devel/splint/files/patch-aa')
| -rw-r--r-- | devel/splint/files/patch-aa | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/devel/splint/files/patch-aa b/devel/splint/files/patch-aa deleted file mode 100644 index bb849742964c..000000000000 --- a/devel/splint/files/patch-aa +++ /dev/null @@ -1,56 +0,0 @@ -*** Makefile.in.orig Sun Apr 19 03:06:51 1998 ---- Makefile.in Sat Jun 27 23:05:50 1998 -*************** -*** 40,49 **** - ### - - ### directory for lclint libraries -! LIBDIR = @installdir@/lib - - ### directory for lclint standard imports -! IMPORTSDIR = @installdir@/imports - - ### directory for lclint binary - INSTALLDIR = @installdir@/bin ---- 40,49 ---- - ### - - ### directory for lclint libraries -! LIBDIR = @installdir@/share/lclint-2.4b/lib - - ### directory for lclint standard imports -! IMPORTSDIR = @installdir@/share/lclint-2.4b/imports - - ### directory for lclint binary - INSTALLDIR = @installdir@/bin -*************** -*** 231,244 **** - dolibraries: - @echo '// Installing libraries in '$(LIBDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir $(LIBDIR) - $(CP) $(LCLINTLIB)/* $(LIBDIR) - @echo '// Installed libraries.' - - doimports: - @echo '// Installing imports in '$(IMPORTSDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir $(IMPORTSDIR) - $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR) - @echo '// Installed imports.' - ---- 231,244 ---- - dolibraries: - @echo '// Installing libraries in '$(LIBDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir -p $(LIBDIR) - $(CP) $(LCLINTLIB)/* $(LIBDIR) - @echo '// Installed libraries.' - - doimports: - @echo '// Installing imports in '$(IMPORTSDIR) - @echo " (This will complain if the directory already exists, don't worry about it.)" -! -mkdir -p $(IMPORTSDIR) - $(CP) $(LCLINTIMPORTS)/* $(IMPORTSDIR) - @echo '// Installed imports.' - |
