diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-13 04:39:10 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-10-13 04:39:10 +0000 |
commit | dce4491a9c96a0c4942cb7f8590c11938ccd4997 (patch) | |
tree | 7d89c05e134fd678c0465b1499160b0bf3fbd492 /comms/qpage/files | |
parent | 3d5b7579b9f8478023e6b580a3863359b72c5ead (diff) | |
download | ports-dce4491a9c96a0c4942cb7f8590c11938ccd4997.tar.gz ports-dce4491a9c96a0c4942cb7f8590c11938ccd4997.zip |
Notes
Diffstat (limited to 'comms/qpage/files')
-rw-r--r-- | comms/qpage/files/patch-aa | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/comms/qpage/files/patch-aa b/comms/qpage/files/patch-aa new file mode 100644 index 000000000000..8a0b53e4a5eb --- /dev/null +++ b/comms/qpage/files/patch-aa @@ -0,0 +1,35 @@ +--- Makefile.orig Sat Aug 2 21:02:24 1997 ++++ Makefile Sun Aug 3 21:38:37 1997 +@@ -16,14 +16,16 @@ + # NEED_STRERROR - your system does NOT support strerror() + # + +-CCENV= -DSOLARIS -DFACILITY=LOG_LOCAL1 # -DSNPP_SERVER=\"short\" ++#CCENV= -DSOLARIS -DFACILITY=LOG_LOCAL1 # -DSNPP_SERVER=\"short\" ++CCENV= -DFACILITY=LOG_DAEMON -DLOCKDIR=\"/var/spool/lock\" -DDAEMONUSER=1 -DDAEMONGROUP=68 -DSYSTEM_CONFIG=\"${PREFIX}/etc/qpage.cf\" -D_PATH_SENDMAIL=\"/usr/sbin/sendmail\" + #DEBUG= -g -DDEBUG + +-CFLAGS= -mr $(DEBUG) $(CCENV) +-LDLIBS= -lsocket -lnsl ++#CFLAGS= -mr $(DEBUG) $(CCENV) ++CFLAGS= -g $(DEBUG) $(CCENV) ++#LDLIBS= -lsocket -lnsl + + #CC=cc +-#CC=gcc ++CC=gcc + RM= /bin/rm -f + + +@@ -53,6 +55,11 @@ + all: $(PROG) + + $(OBJS): $(INCL) ++ ++install: all ++ ${BSD_INSTALL_PROGRAM} qpage ${PREFIX}/bin ++ ${BSD_INSTALL_MAN} qpage.man ${PREFIX}/man/man1/qpage.1 ++ ${BSD_INSTALL_DATA} example-qpage.cf ${PREFIX}/etc + + $(PROG): $(OBJS) + $(RM) $(PROG) |