diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-22 18:55:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-22 18:55:25 +0000 |
commit | 78bbfbd6af73560ad50b12e103f4d818c01e4912 (patch) | |
tree | d5457d70d220f0d57b573ff4455f8b14c71d2166 /sysutils/lsof | |
parent | e0c87ae432339edc582f9b8286df108de6ad6624 (diff) | |
download | FreeBSD-ports-78bbfbd6af73560ad50b12e103f4d818c01e4912.zip FreeBSD-ports-78bbfbd6af73560ad50b12e103f4d818c01e4912.tar.gz |
The misc.c_patch got folded into the distfile at the last moment.
So we don't need it anymore.
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index c98b477..8774b47 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -21,9 +21,6 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ #DISTNAME= ${PORTNAME}_${PORTVERSION}_W DISTNAME= ${PORTNAME}_4.54C.freebsd -PATCH_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/patches/4.53/ -PATCHFILES= misc.c_patch - MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/${SRCBALL_NAME} |