diff options
author | mharo <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
commit | 6732e58892144622578ef18a9ce32b3ae624f032 (patch) | |
tree | cffe8655b21fb7e485b88e43bce778b6a02fb9ed /deskutils | |
parent | a1aa7c31fe5eb626a0a93e1418b4a01dcef37e17 (diff) | |
download | freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.gz freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.zst freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.zip |
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 'deskutils')
-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 \ |