diff options
author | will <will@FreeBSD.org> | 2000-12-21 14:28:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-21 14:28:17 +0800 |
commit | a24392aac9f1f270f19fe926afec38d205e54d70 (patch) | |
tree | 7f3b079a3a442e26556be4717eb8ff171ca311ee /mail | |
parent | ec280c1a05ba539788291f2abb71d8e6c224e256 (diff) | |
download | freebsd-ports-gnome-a24392aac9f1f270f19fe926afec38d205e54d70.tar.gz freebsd-ports-gnome-a24392aac9f1f270f19fe926afec38d205e54d70.tar.zst freebsd-ports-gnome-a24392aac9f1f270f19fe926afec38d205e54d70.zip |
Fix Imakefile breakage under XFree86 4.x.
PR: 22164
Submitted by: Ports Fury
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xmail/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile index 1fa5165e0637..480ea692f58f 100644 --- a/mail/xmail/Makefile +++ b/mail/xmail/Makefile @@ -17,11 +17,5 @@ MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes USE_XPM= yes MAN1= xmail.1 -MANCOMPRESSED= no - -do-install: - $(INSTALL_PROGRAM) $(WRKSRC)/xmail $(PREFIX)/bin/xmail - $(INSTALL_MAN) $(WRKSRC)/xmail.man $(PREFIX)/man/man1/xmail.1 - $(INSTALL_DATA) $(WRKSRC)/XMail.ad $(PREFIX)/lib/X11/app-defaults/XMail .include <bsd.port.mk> |