--- Makefile.orig Sun Oct 14 13:58:33 2001 +++ Makefile Sat Oct 20 22:24:04 2001 @@ -2,7 +2,7 @@ PROGS = didentd didentd-decrypt didentd-name didentd-static didentd-conf didentd-name-conf didentd-static-conf -CFLAGS = -g -Wall -Idjblib +CFLAGS = -Wall -Idjblib all: djblib.a $(PROGS) @@ -64,10 +64,10 @@ ranlib djblib.a install: $(PROGS) - install -m 755 -s didentd didentd-name didentd-static /usr/local/bin - install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf /usr/local/bin - install -m 755 -s didentd-decrypt /usr/local/bin - install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 /usr/local/man/man8 + install -m 755 -s didentd didentd-name didentd-static %%LOCALBASE%%/bin + install -m 755 -s didentd-conf didentd-name-conf didentd-static-conf %%LOCALBASE%%/bin + install -m 755 -s didentd-decrypt %%LOCALBASE%%/bin + install -m 644 didentd.8 didentd-name.8 didentd-decrypt.8 %%LOCALBASE%%/man/man8 clean: rm -f $(PROGS) *.o cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/szap-s2
letions'>-2/+1
Commit message (Expand)AuthorAgeFilesLines
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - remove MD5ohauer2011-07-031-1/+0
* Fix build with clang.nox2011-06-291-0/+3