diff options
author | sf <sf@FreeBSD.org> | 2001-05-10 04:08:28 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-05-10 04:08:28 +0800 |
commit | 150b0082f25e2deb8023cf310a6f2404d1d5747a (patch) | |
tree | 97b67512d224246164f84654e4a1d1ee789b7b0f /misc/libh/Makefile | |
parent | 59e2a518c4d504c5668cc3ca0a183ab9bc18b669 (diff) | |
download | freebsd-ports-gnome-150b0082f25e2deb8023cf310a6f2404d1d5747a.tar.gz freebsd-ports-gnome-150b0082f25e2deb8023cf310a6f2404d1d5747a.tar.zst freebsd-ports-gnome-150b0082f25e2deb8023cf310a6f2404d1d5747a.zip |
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. |