diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 11:35:02 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-14 11:35:02 +0000 |
commit | 97fa4092499f874cd986f4b59e4182e4a1e4ddd3 (patch) | |
tree | d425a2b5b9cec5e6ee9ebdb6ee557e95d03c7c43 | |
parent | 786bbab17c7275bd81e8219d332cf02961821fa8 (diff) |
Notes
-rw-r--r-- | net-mgmt/echolot/Makefile | 7 | ||||
-rw-r--r-- | net/echolot/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile index 6e0c92bbe37a..90897ff395fe 100644 --- a/net-mgmt/echolot/Makefile +++ b/net-mgmt/echolot/Makefile @@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= echolot.1 -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif diff --git a/net/echolot/Makefile b/net/echolot/Makefile index 6e0c92bbe37a..90897ff395fe 100644 --- a/net/echolot/Makefile +++ b/net/echolot/Makefile @@ -15,17 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" USE_GMAKE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= echolot.1 -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif |