mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 02:51:18 +00:00
16 lines
414 B
Diff
16 lines
414 B
Diff
|
--- fig2dev/dev/Imakefile.orig Thu Mar 25 22:47:18 2004
|
||
|
+++ fig2dev/dev/Imakefile Thu Mar 25 22:47:51 2004
|
||
|
@@ -18,6 +18,12 @@
|
||
|
XCOMM party to do so, with the only requirement being that this copyright
|
||
|
XCOMM notice remain intact.
|
||
|
|
||
|
+BINDIR = __PREFIX/bin
|
||
|
+USRLIBDIR = __PREFIX/lib
|
||
|
+DESTDIR = __DESTROOT
|
||
|
+MKDIRHIER = mkdirhier
|
||
|
+MANDIR = __PREFIX/share/man/$(MANSUFFIX)
|
||
|
+
|
||
|
INCLUDES = -I.. -I../..
|
||
|
|
||
|
#ifdef USE_PNG
|