diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:40:42 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-09 08:40:42 +0000 |
commit | c0775fcfbf0b163aa6165b2253b64e77abf48a7b (patch) | |
tree | e2284d36b20dea608922bb5f90be1060382aaef3 /ftp | |
parent | 740b2a4eed6fd2138abf52606d9108c31254e809 (diff) | |
download | ports-c0775fcfbf0b163aa6165b2253b64e77abf48a7b.tar.gz ports-c0775fcfbf0b163aa6165b2253b64e77abf48a7b.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ncftp2/Makefile | 1 | ||||
-rw-r--r-- | ftp/ncftp2/files/patch-aa | 19 |
2 files changed, 1 insertions, 19 deletions
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile index 88fa13aaaee0..2328488fd181 100644 --- a/ftp/ncftp2/Makefile +++ b/ftp/ncftp2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ncftp PORTVERSION= 2.4.3 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa deleted file mode 100644 index 76e0986df2c7..000000000000 --- a/ftp/ncftp2/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Thu Oct 17 04:37:03 1996 ---- Makefile.in Fri Oct 18 02:12:57 1996 -*************** -*** 34,40 **** - VPATH=@srcdir@ - CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ - -! LIBS=@LIBS@ - SHARED_LDFLAGS=@LDFLAGS@ - STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@ - ---- 34,40 ---- - VPATH=@srcdir@ - CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ - -! LIBS=@LIBS@ -lmytinfo - SHARED_LDFLAGS=@LDFLAGS@ - STATIC_LDFLAGS=@LDFLAGS@ @SLDFLAGS@ - |