freebsd-ports/graphics/xpcd/files/patch-Makefile.in
Dirk Meyer e43be691e0 - update to 2.09
- drop autoconf
- use external libpcd
- fix errors in Makefiles
2005-04-27 15:52:49 +00:00

11 lines
325 B
Text

--- Makefile.in.orig Mon Jul 21 14:22:47 2003
+++ Makefile.in Wed Apr 27 17:34:12 2005
@@ -11,7 +11,7 @@
##########################################################################
-SUBDIRS=libpcd xpcd test
+SUBDIRS=xpcd test
all dep depend clean install:
set -e; for dir in $(SUBDIRS); do (cd $$dir; make $@); done