diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch) | |
tree | 9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /lang/scheme48 | |
parent | Remove the old KerberosIV stuff and PAM-ize. (diff) |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index 58a613d52c0d..d371b7a7182f 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -14,9 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmacd@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET = enough -#NO_WRKSUBDIR= yes STRIP= MAN1= scheme48.1 |