diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 09:14:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 09:14:05 +0000 |
commit | 5d179de3a0e228b397725a5f27fe9fac2e050d3f (patch) | |
tree | f4873db2fbc39de64123ff7ad240be965aa21f84 /ftp/moxftp | |
parent | 03e453a0a876bc1a8207a7259f1b90125929641c (diff) | |
download | FreeBSD-ports-5d179de3a0e228b397725a5f27fe9fac2e050d3f.zip FreeBSD-ports-5d179de3a0e228b397725a5f27fe9fac2e050d3f.tar.gz |
Make this thing compile and install.
Diffstat (limited to 'ftp/moxftp')
-rw-r--r-- | ftp/moxftp/Makefile | 15 | ||||
-rw-r--r-- | ftp/moxftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/moxftp/files/patch-ad | 11 |
3 files changed, 20 insertions, 7 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index ef11507..5761ecf 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.5 1995/04/17 07:59:05 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/22 12:30:11 asami Exp $ # DISTNAME= moxftp-2.2 @@ -12,7 +12,8 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/ EXTRACT_SUFX= .tar.Z HAS_CONFIGURE= yes -PREFIX= /usr/X11R6 +USE_X11= yes +STRIP= # CONFIGURE_ARGS set to : # motif - for motif version, (not tested!!!) @@ -24,9 +25,9 @@ CONFIGURE_ARGS= athena #DEPENDS= ${PORTSDIR}/x11/Xaw3d -.include <bsd.port.mk> - -do-install: - mkdir -p ${PREFIX}/man/man1 +post-install: + strip ${PREFIX}/bin/xftp install -c -m 0444 ${WRKSRC}/xftp.man ${PREFIX}/man/man1/xftp.1 - gzip -9n ${PREFIX}/man/man1/xftp.1 + gzip -9nf ${PREFIX}/man/man1/xftp.1 + +.include <bsd.port.mk> diff --git a/ftp/moxftp/distinfo b/ftp/moxftp/distinfo new file mode 100644 index 0000000..82b8598 --- /dev/null +++ b/ftp/moxftp/distinfo @@ -0,0 +1 @@ +MD5 (moxftp-2.2.tar.Z) = 533d09e58bad604b2c3b9319bb58d2ef diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad new file mode 100644 index 0000000..169bfb0 --- /dev/null +++ b/ftp/moxftp/files/patch-ad @@ -0,0 +1,11 @@ +--- ./configure.org Mon Mar 21 13:43:36 1994 ++++ ./configure Sat May 13 01:20:26 1995 +@@ -321,7 +321,7 @@ + cd conftestdir + cat > Imakefile <<EOF + acfindx: +- @echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)" ++ @echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)" + EOF + if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then + eval `make acfindx` |