summaryrefslogtreecommitdiff
path: root/parallel/glunix/scripts
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-26 14:37:56 +0000
committeragc <agc@pkgsrc.org>2001-10-26 14:37:56 +0000
commit42f4f968e128751ca187b0ce446fe1821dd6d503 (patch)
treef0dad0dedd167fe2ac9b6cbe33f05d0cba20a6cc /parallel/glunix/scripts
parent296e868cf08c88bfb4279bc4607978e70b46be6c (diff)
downloadpkgsrc-42f4f968e128751ca187b0ce446fe1821dd6d503.tar.gz
Move the post-patch custom script into the package Makefile.
Diffstat (limited to 'parallel/glunix/scripts')
-rwxr-xr-xparallel/glunix/scripts/post-patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/parallel/glunix/scripts/post-patch b/parallel/glunix/scripts/post-patch
deleted file mode 100755
index 7cd72d83385..00000000000
--- a/parallel/glunix/scripts/post-patch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh
-
-cd $WRKSRC/progs
-
-sed "s+%%%NOW_ROOT%%%+$NOW_ROOT+" glupart/glupart.c > bak
-mv bak glupart/glupart.c
-sed "s+%%%NOW_ROOT%%%+$NOW_ROOT+" glunix/glunix.1 > bak
-mv bak glunix/glunix.1
-sed "s+%%%NOW_ROOT%%%+$NOW_ROOT+" glurun/glurun-wrapper.pl > bak
-mv bak glurun/glurun-wrapper.pl
-sed "s+%%%NOW_ROOT%%%+$NOW_ROOT+" tools/run_glunix.c > bak
-mv bak tools/run_glunix.c
-
-sed "s+%%%PLAT%%%+$ARCH-NetBSD-tcp+" glush/Makefile > bak
-mv bak glush/Makefile
-
-cd $WRKSRC/glunix
-sed "s+%%%NOW_ROOT%%%+$NOW_ROOT+" src/init/glunix.h > bak
-mv bak src/init/glunix.h