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 /deskutils/ical | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=23999
Diffstat (limited to 'deskutils/ical')
-rw-r--r-- | deskutils/ical/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 5e1ffb4bcf62..a4cb20671d41 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -15,8 +15,7 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-tclconfig=${PREFIX}/lib/tcl8.2 \ +CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.2 \ --with-tclhdir=${PREFIX}/include/tcl8.2 \ --with-tclsh=${PREFIX}/bin/tclsh8.2 \ --with-tkconfig=${PREFIX}/lib/tk8.2 \ |