mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
47c3eeb86f
Prompted by: Jens A Nilsson <jnilsson@ludd.luth.se>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
--- Makefile.orig Sat Dec 19 05:03:25 1998
|
|
+++ Makefile Sat Dec 19 06:16:51 1998
|
|
@@ -1,4 +1,7 @@
|
|
# $Id: Makefile,v 1.12 1998/11/13 08:46:05 jens Exp $
|
|
+BINDIR= ${PREFIX}/bin
|
|
+MANDIR= ${PREFIX}/man/man
|
|
+
|
|
PROG= spegla
|
|
SRCS= jftp.c parserow.c spegla.c readconfig.c
|
|
|