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.
This commit is contained in:
dmcmahill 2000-04-01 00:30:53 +00:00
parent 2e7052268b
commit 106da7e385
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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 .