summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-04-01 00:30:53 +0000
committerdmcmahill <dmcmahill>2000-04-01 00:30:53 +0000
commite3cb135ac596a1caab2795b3602c2e376abcd48f (patch)
treed6db62646c4a4d571de5055ffad293deab7a875f /editors
parent016cefac27d97ade8fc22cc66712aeb2238aecfc (diff)
downloadpkgsrc-e3cb135ac596a1caab2795b3602c2e376abcd48f.tar.gz
move the very short post-extract script into the Makefile.
Also, the initial package was provided by John Refling <johnr@imageworks.com> in PR pkg/9073. Thanks John.
Diffstat (limited to 'editors')
-rw-r--r--editors/mg2a/Makefile5
-rw-r--r--editors/mg2a/scripts/post-extract5
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/mg2a/Makefile b/editors/mg2a/Makefile
index 48d908f260b..0f8137c2583 100644
--- a/editors/mg2a/Makefile
+++ b/editors/mg2a/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/04/01 00:21:25 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2000/04/01 00:30:53 dmcmahill Exp $
# Top level for mg2a package make... nothing unusual
# in this package - john refling
#
@@ -13,6 +13,9 @@ MAINTAINER= refling@comet.lbl.gov
USE_CONFIGURE= NO
+post-extract:
+ cd ${WRKSRC} ; ${CP} sys/bsd/Makefile .
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin/mg
${INSTALL_MAN} ${WRKSRC}/mg.1 ${PREFIX}/man/man1
diff --git a/editors/mg2a/scripts/post-extract b/editors/mg2a/scripts/post-extract
deleted file mode 100644
index 5480a0511e3..00000000000
--- a/editors/mg2a/scripts/post-extract
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# Just links the unix makefile - john refling
-# $NetBSD: post-extract,v 1.1.1.1 2000/04/01 00:21:26 dmcmahill Exp $
-cd ${WRKSRC}
-cp sys/bsd/Makefile .