svn commit: r310772 - head/databases/gqlplus

Yen-Ming Lee leeym at FreeBSD.org
Mon Jan 21 16:33:11 UTC 2013


Author: leeym
Date: Mon Jan 21 16:33:10 2013
New Revision: 310772
URL: http://svnweb.freebsd.org/changeset/ports/310772

Log:
  - utilize autotools[1]
  - update to new header
  - convert to OptionsNG
  
  Noticed by:	avg[1]

Modified:
  head/databases/gqlplus/Makefile

Modified: head/databases/gqlplus/Makefile
==============================================================================
--- head/databases/gqlplus/Makefile	Mon Jan 21 15:19:04 2013	(r310771)
+++ head/databases/gqlplus/Makefile	Mon Jan 21 16:33:10 2013	(r310772)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	gqlplus
-# Date created:				06 November 2002
-# Whom:	      				Yen-Ming Lee <leeym at FreeBSD.org>
-#
+# Created by: Yen-Ming Lee <leeym at FreeBSD.org>
 # $FreeBSD$
 #
 
@@ -18,10 +15,13 @@ USE_GMAKE=	yes
 
 PORTDOCS=	README ChangeLog
 PLIST_FILES=	bin/gqlplus
+USE_AUTOTOOLS=	autoconf automake aclocal
+
+.include <bsd.port.options.mk>
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list