summaryrefslogtreecommitdiff
path: root/lang/intercal/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 07:05:16 +0000
committersalo <salo>2003-01-19 07:05:16 +0000
commitfeb0944f0141e4cf34b3a5ae1449d19fe772b9f4 (patch)
tree352581c0296921e9450526d05bed514c461d9eb1 /lang/intercal/Makefile
parentb27722946d8ebae0d1bcde314a39921b489b5de8 (diff)
downloadpkgsrc-feb0944f0141e4cf34b3a5ae1449d19fe772b9f4.tar.gz
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.
Avoid ${MKDIR}, use ${BSD_INSTALL_DATA_DIR} instead. ${PREFIX} is already in ${MAKE_ENV}.
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r--lang/intercal/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile
index c641fa28b6a..e15fe689d6b 100644
--- a/lang/intercal/Makefile
+++ b/lang/intercal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 09:07:13 agc Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/19 07:05:16 salo Exp $
#
DISTNAME= intercal-0.20
@@ -9,8 +9,4 @@ MAINTAINER= dillo@giga.or.at
HOMEPAGE= http://www.tuxedo.org/~esr/intercal/
COMMENT= the ultimate language for obfuscation and job security
-MAKE_ENV+= PREFIX="${PREFIX}" MKDIR="${MKDIR}"
-MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
-MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-
.include "../../mk/bsd.pkg.mk"