f2eb9abe36
- Is not RESTRICTED anymore PR: 94667 Submitted by: maintainer
13 lines
324 B
Text
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 \
|