summaryrefslogtreecommitdiff
path: root/lang/gforth
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-12 23:15:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-12 23:15:00 +0000
commit26887a8fffd381f4d7c81ddd78af008e287b9289 (patch)
tree3dc66728391ed67a24e04a4dfdd0a69d31f43648 /lang/gforth
parentAdd Perl modules for parsing and querying FreeBSD's Ports INDEX file (diff)
o style fixes
o unconditionalize MAKE_ARGS PR: 30388 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=47771
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index e7e66a517fc5..eb197d260d1a 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -13,7 +13,6 @@ MASTER_SITE_SUBDIR= gforth
MAINTAINER= clefevre@citeweb.net
-#
# Global variables
#
@@ -23,14 +22,11 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= all info
-.if make(do-install)
-# DESTDIR isn't honored. fake it w/ prefix.
+# PREFIX isn't honored. force it w/ prefix.
MAKE_ARGS= prefix=${PREFIX}
-.endif
MAN1= gforth.1
-#
# Local variables
#
@@ -49,7 +45,6 @@ EMPTY_DIRS= 4stack 6502 8086 avr c165 generic h8 \
hppa ia64 m68k misc power shboom sparc
ARCH_DIR= ${DATADIR}/${PORTVERSION}/arch
-#
# Post-extract
#
@@ -60,7 +55,6 @@ remove-info-files:
@${RM} -f ${WRKSRC}/doc/${file}*
.endfor
-#
# Post-patch
#