summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:22:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:22:51 +0000
commit25e208d9dbb9dba65a14036037074bae40288b14 (patch)
tree78cf5236331875ed137fede01c4b15b0c2889683 /games
parentRename PLIST.nodocs to pkg-plist.nodocs. (diff)
Rename INSTALL.in to pkg-install.in.
Notes
Notes: svn path=/head/; revision=33512
Diffstat (limited to 'games')
-rw-r--r--games/linuxdoom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile
index 10d043b2b82f..61b5f7311ea9 100644
--- a/games/linuxdoom/Makefile
+++ b/games/linuxdoom/Makefile
@@ -22,14 +22,14 @@ RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emu
USE_XLIB= yes
NO_WRKSUBDIR= yes
-PKGINSTALL= ${WRKDIR}/INSTALL
+PKGINSTALL= ${WRKDIR}/pkg-install
post-patch:
@(cd ${WRKSRC}/joystick4doom; make clean)
@(cd ${WRKSRC}/musserver; make clean)
pre-install:
- @${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGINSTALL}
+ @${SED} 's,@PREFIX@,${PREFIX},' ${PKGDIR}/pkg-install.in > ${PKGINSTALL}
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL