diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2013-01-21 16:33:10 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2013-01-21 16:33:10 +0000 |
commit | f559911b09e207cef835cd48bbd8f95abaee5964 (patch) | |
tree | 7f7dbc1817e753f74677fb7c5469c20b6bfff9cf /databases/gqlplus | |
parent | 22415e5ccda4ea10f48216e8d30f50e5bcbb2006 (diff) |
- utilize autotools[1]
- update to new header
- convert to OptionsNG
Noticed by: avg[1]
Notes
Notes:
svn path=/head/; revision=310772
Diffstat (limited to 'databases/gqlplus')
-rw-r--r-- | databases/gqlplus/Makefile | 10 |
1 files 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 <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@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 |