Move files from ${FILESDIR} to ${WRKSRC} in post-extract: target

instead of scripts/configure.

Suggested by:	Da Portsmeister
This commit is contained in:
Bill Fenner 1997-09-13 16:58:21 +00:00
parent b5020fa589
commit 5ed1934321
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7886
2 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Date created: 13 October 1994
# Whom: wollman
#
# $Id: Makefile,v 1.13 1997/09/12 01:42:52 asami Exp $
# $Id: Makefile,v 1.14 1997/09/12 16:39:31 fenner Exp $
#
DISTNAME= imm-3.5a1
@ -18,6 +18,11 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_X11= yes
post-extract:
@${MKDIR} ${WRKSRC}/freebsd
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
# The included makefile doesn't have an "install" target.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin

View file

@ -3,7 +3,7 @@
# Date created: 13 October 1994
# Whom: wollman
#
# $Id: Makefile,v 1.13 1997/09/12 01:42:52 asami Exp $
# $Id: Makefile,v 1.14 1997/09/12 16:39:31 fenner Exp $
#
DISTNAME= imm-3.5a1
@ -18,6 +18,11 @@ LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
USE_X11= yes
post-extract:
@${MKDIR} ${WRKSRC}/freebsd
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src
# The included makefile doesn't have an "install" target.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin