diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2009-02-27 20:33:59 +0800 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2009-02-27 20:33:59 +0800 |
commit | 54e40567e3f4f633078491f0be3c4e33bf3d5cbf (patch) | |
tree | 15e7fda332726b6a4d23f06cf292f3c02db1fbb8 /devel | |
parent | 3e5c25345c824e7bcaf81e436c29eafe6ce2e68e (diff) | |
download | freebsd-ports-gnome-54e40567e3f4f633078491f0be3c4e33bf3d5cbf.tar.gz freebsd-ports-gnome-54e40567e3f4f633078491f0be3c4e33bf3d5cbf.tar.zst freebsd-ports-gnome-54e40567e3f4f633078491f0be3c4e33bf3d5cbf.zip |
Use GNU_CONFIGURE rather than HAS_CONFIGURE, and drop the non-default
CONFIGURE_ARGS so the system configure args will be used. Otherwise,
the man page doesn't end up where the FreeBSD ports system is expecting
it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avrdude/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avrdude/Makefile b/devel/avrdude/Makefile index 251ba24978db..08f4371e5b47 100644 --- a/devel/avrdude/Makefile +++ b/devel/avrdude/Makefile @@ -7,6 +7,7 @@ PORTNAME= avrdude PORTVERSION= 5.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= avrdude @@ -19,8 +20,7 @@ LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb MAN1= avrdude.1 MANCOMPRESSED= no -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib .include <bsd.port.mk> |