From f559911b09e207cef835cd48bbd8f95abaee5964 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 21 Jan 2013 16:33:10 +0000 Subject: [PATCH] - utilize autotools[1] - update to new header - convert to OptionsNG Noticed by: avg[1] --- databases/gqlplus/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile index f83d86f99131..b5bfd166f24c 100644 --- a/databases/gqlplus/Makefile +++ b/databases/gqlplus/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gqlplus -# Date created: 06 November 2002 -# Whom: Yen-Ming Lee -# +# Created by: Yen-Ming Lee # $FreeBSD$ # @@ -18,10 +15,13 @@ USE_GMAKE= yes PORTDOCS= README ChangeLog PLIST_FILES= bin/gqlplus +USE_AUTOTOOLS= autoconf automake aclocal + +.include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif