diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-01 19:07:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-01 19:07:51 +0000 |
commit | a4827ab0564f9f658aaaf188620dabee9b6e0f0d (patch) | |
tree | 8c75cb691a81d82bdd8cb966e72c0edff08c628f /games/nethack-lib/Makefile | |
parent | 428e23fdff80a18c2f60240b75fda6ac8349dc25 (diff) | |
download | pkgsrc-a4827ab0564f9f658aaaf188620dabee9b6e0f0d.tar.gz |
Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
Diffstat (limited to 'games/nethack-lib/Makefile')
-rw-r--r-- | games/nethack-lib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 3dcb7b6d6ce..61bb69819a2 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 15:10:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/01 19:07:51 jlam Exp $ # .include "../nethack-lib/Makefile.common" @@ -12,13 +12,8 @@ CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff INSTALL_TARGET= manpages install-dat -DEINSTALL_FILE= ${WRKDIR}/DEINSTALL - .if ${OPSYS} == "SunOS" MAKE_FLAGS+= CC=gcc CPPFLAGS= .endif -post-build: - ${SED} -e 's|@PREFIX@|${PREFIX}|' ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} - .include "../../mk/bsd.pkg.mk" |