aboutsummaryrefslogtreecommitdiff
path: root/print/mup/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-22 21:40:33 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-22 21:40:33 +0000
commitd03841032ecdec498c1b2e75ae340d4a23e57317 (patch)
tree3f5d838ba019f1c5d06482eb7582ed5d196079d8 /print/mup/files
parent4e8711aa04a6316209d982cef13012acc6f17582 (diff)
- Respect X11BASE
- Install PORTDOCS with proper mode by using INSTALL_DATA - bump PORTREVISION - nuke pkg-plist - cleanup PR: 87827 Submitted by: Daniel J. O'Connor <darius@dons.net.au> (maintainer)
Notes
Notes: svn path=/head/; revision=146138
Diffstat (limited to 'print/mup/files')
-rw-r--r--print/mup/files/Makefile.disp5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/mup/files/Makefile.disp b/print/mup/files/Makefile.disp
index c104bde1db6b..cfc4a0f76b9f 100644
--- a/print/mup/files/Makefile.disp
+++ b/print/mup/files/Makefile.disp
@@ -1,5 +1,6 @@
PROG= mupdisp
NOMAN=
+NO_MAN=
SRCS= do_cmd.c \
genfile.c \
@@ -7,8 +8,8 @@ SRCS= do_cmd.c \
mupdisp.c \
xterm.c
-CFLAGS+=-I/usr/X11R6/include
-LDADD+= -L/usr/X11R6/lib -lX11
+CFLAGS+=-I${X11BASE}/include
+LDADD+= -L${X11BASE}/lib -lX11
.include <bsd.prog.mk>