diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-13 07:15:00 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-13 07:15:00 +0800 |
commit | f054c52275b21805f2d1f78264bd06440058a9ab (patch) | |
tree | a4e53b47740409e40f7c2195156aeef203c8ecac /lang/gforth | |
parent | b87014108515ae52514f1d43cb15cdd7e9736e74 (diff) | |
download | freebsd-ports-gnome-f054c52275b21805f2d1f78264bd06440058a9ab.tar.gz freebsd-ports-gnome-f054c52275b21805f2d1f78264bd06440058a9ab.tar.zst freebsd-ports-gnome-f054c52275b21805f2d1f78264bd06440058a9ab.zip |
o style fixes
o unconditionalize MAKE_ARGS
PR: 30388
Submitted by: MAINTAINER
Diffstat (limited to 'lang/gforth')
-rw-r--r-- | lang/gforth/Makefile | 8 |
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 # |