diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-15 00:51:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-04-15 00:51:20 +0000 |
commit | 3cc3febc2356a5657abfecf6496238a3a3862aae (patch) | |
tree | 9e84ffb731ea1d443c78b0395f2cb7dbee6d66c5 /databases/gqlplus/Makefile | |
parent | 5c3d3ef711444bdcebb00c957326b275c68f6fec (diff) |
Notes
Diffstat (limited to 'databases/gqlplus/Makefile')
-rw-r--r-- | databases/gqlplus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile index 92d82de4a2e8..d55d08dc536c 100644 --- a/databases/gqlplus/Makefile +++ b/databases/gqlplus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gqlplus -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= leeym@FreeBSD.org COMMENT= SQL*PLUS with commandline editing, history, and name completion -WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile +USE_GMAKE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin .include <bsd.port.mk> |