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 /news | |
parent | 9740f4f2a2937848763617cab19467f5846aaceb (diff) | |
download | ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.tar.gz ports-332b0f4a830f7403e0b41592bbae6e4094f8ef23.zip |
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 'news')
-rw-r--r-- | news/leafnode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index d94ea31083a1..4b7a1f569972 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= system/news/transport MAINTAINER= brian@Awfulhak.org -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet --prefix=${PREFIX} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --quiet MAKE_ARGS= LOCKFILE=/var/spool/lock/news/fetch.lck \ LIBDIR=${PREFIX}/lib/leafnode MAN1= newsq.1 |