freebsd-ports/lang/polyml/files/patch-driver-Makefile.in
Marcus Alves Grando f2eb9abe36 - Update to 4.2.0
- Is not RESTRICTED anymore

PR:		94667
Submitted by:	maintainer
2006-03-29 14:05:30 +00:00

13 lines
324 B
Text

--- Makefile.in.orig Thu Nov 24 20:54:04 2005
+++ Makefile.in Thu Nov 24 20:56:19 2005
@@ -32,7 +32,9 @@
all: $(TARGETS)
install: $(TARGETS)
- cp $(TARGETS) $(INSTALLDIR)
+ mkdir -p $(INSTALLDIR)
+ $(BSD_INSTALL_PROGRAM) $(TARGETS) $(INSTALLDIR)
+ $(BSD_INSTALL_DATA) COPYING $(INSTALLDIR)
POLYOBJS = \
mpoly.o \