mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a02531d9f9
An implementation of dialog(1) under a BSD-friendly license. PR: 14728 Submitted by: James Howard <howardj@wam.umd.edu>
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
--- Makefile.orig Sat Oct 30 19:06:26 1999
|
|
+++ Makefile Sat Oct 30 19:06:09 1999
|
|
@@ -1,3 +1,8 @@
|
|
+DESTDIR= ${PREFIX}
|
|
+BINDIR= /bin
|
|
+MANDIR= /man/man
|
|
+NOMANCOMPRESS= 1
|
|
+
|
|
PROG= dialog
|
|
SRCS= dialog.c
|
|
|