aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/gqlplus/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile
index e1e642f55fb0..7e40920aa307 100644
--- a/databases/gqlplus/Makefile
+++ b/databases/gqlplus/Makefile
@@ -10,24 +10,21 @@ MAINTAINER= leeym@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
-USES= gmake readline
+USES= autoreconf gmake readline
PORTDOCS= README ChangeLog
PLIST_FILES= bin/gqlplus
-USE_AUTOTOOLS= autoconf automake aclocal
-AUTOMAKE_ARGS= --add-missing
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>