Move files from ${FILESDIR} to ${WRKSRC} in post-extract: target
instead of scripts/configure. Suggested by: Da Portsmeister
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue