diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
commit | a7e780e5afef1693ff53871fbfdf6309d67e1acf (patch) | |
tree | 7969e549b157dc88fcbe5f111e21930a598c2e54 /ftp | |
parent | 32e3da09bb0c1bc1eec493aa626a9f1c3a74d1d8 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moxftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index a713b559ffae..49dfa846831a 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.17 1998/08/18 23:23:02 hoek Exp $ +# $Id: Makefile,v 1.18 1998/08/19 04:16:15 hoek Exp $ # DISTNAME= moxftp-2.2 @@ -35,7 +35,7 @@ PROGRAM_NAME=xftp RESOURCE_NAME=Xftp .endif -#LIB_DEPENDS= Xaw3d\\.6:${PORTSDIR}/x11-toolkits/Xaw3d +#LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d post-install: @strip ${PREFIX}/bin/${PROGRAM_NAME} |