pkgsrc/graphics/artist/patches/patch-aa
martti 74cbaefee8 Artist is an Emacs lisp package that allows you to draw lines,
rectangles and ellipses by using your mouse and/or keyboard. The
shapes are made up with the ascii characters |, -, / and \.

Provided by Hiramatsu Yoshifumi in pkg/13799
2001-11-29 08:59:48 +00:00

12 lines
360 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2001/11/29 08:59:48 martti Exp $
--- Makefile.in.orig Tue Aug 28 00:17:46 2001
+++ Makefile.in Tue Aug 28 00:17:42 2001
@@ -11,7 +11,7 @@
datadir = $(prefix)/share
# Where to put the .el and .elc files
-lispdir=$(datadir)/emacs/site-lisp
+lispdir=$(datadir)/emacs/site-lisp/artist
# Installation command
INSTALL = @INSTALL@