diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-09 20:08:28 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-09 20:08:28 +0000 |
commit | d1882d0e2ffd3ae62a0bdac5dd0003e1b80709c9 (patch) | |
tree | 60d2443401167ddb128a4f2a0b8e7032c615cf8f /misc/libh/Makefile | |
parent | update to 5.2. (diff) |
o fix checksum.
o fix Makefile related to obsolete patch-aa.
o trim hardcoded /usr/ports/distfiles from distfiles.
Reviewed by: nra, alex
Diffstat (limited to 'misc/libh/Makefile')
-rw-r--r-- | misc/libh/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/libh/Makefile b/misc/libh/Makefile index b1674378a3da..562ad0d294a4 100644 --- a/misc/libh/Makefile +++ b/misc/libh/Makefile @@ -25,9 +25,6 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> DISTFILES!= ${CAT} ${FILESDIR}/distfiles -.if ${XFREE86_VERSION} > 3 -EXTRA_PATCHES=${PKGDIR}/patch-aa -.endif CVS_CMD?= cvs -z3 # arbitrary date for now. |