diff options
author | tron <tron@pkgsrc.org> | 1998-12-30 18:00:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-30 18:00:03 +0000 |
commit | 7308f0790b0b373ae4a1acb7e1b4811896f54f27 (patch) | |
tree | e89a5cb7ecb9afb72747603a6b8fc1daf7a4a68d /print/rtf2latex/files/Makefile | |
parent | f27ceef623c70e52717638df66aba3375300ed9c (diff) | |
download | pkgsrc-7308f0790b0b373ae4a1acb7e1b4811896f54f27.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'print/rtf2latex/files/Makefile')
-rw-r--r-- | print/rtf2latex/files/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/rtf2latex/files/Makefile b/print/rtf2latex/files/Makefile index f1985ea98d9..c437b2da429 100644 --- a/print/rtf2latex/files/Makefile +++ b/print/rtf2latex/files/Makefile @@ -1,9 +1,10 @@ +# $NetBSD: Makefile,v 1.2 1998/12/30 18:00:03 tron Exp $ + SHELL=/bin/sh INSTALL_PROGRAM=${BSD_INSTALL_PROGRAM} INSTALL_MAN=${BSD_INSTALL_MAN} INSTALL_DATA=${BSD_INSTALL_DATA} LD=cc -s -PREFIX?=/usr/local # if your compiler needs -o option for creating .o files uncomment this line: #OOPT = -o $@ # |