diff options
Diffstat (limited to 'editors/gxedit/Makefile')
-rw-r--r-- | editors/gxedit/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 8c8d8178bf52..0b2aae3fa523 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gxedit -# Version required: 1.16 +# Version required: 1.17 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.14 1998/10/24 17:10:14 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/11/04 08:56:21 vanilla Exp $ # -DISTNAME= GXedit1.16 -PKGNAME= gxedit-1.16 +DISTNAME= GXedit1.17 +PKGNAME= gxedit-1.17 CATEGORIES= editors MASTER_SITES= http://devplanet.fastethernet.net/ @@ -20,5 +20,7 @@ ALL_TARGET= gxedit do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ftp.sh ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ftp-ls.sh ${PREFIX}/bin .include <bsd.port.mk> |