diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-11-22 05:41:33 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-11-22 05:41:33 +0000 |
commit | 44e4a02a2db38d704c06ddb7c94b4f581abed878 (patch) | |
tree | de5a02fe3b926c3e29310c2d1c37e8dfb9012a5a /mail/pine/files | |
parent | c7e149885e3d3bf03bcd4a01fd4d3b647e3e8e3d (diff) | |
download | pkgsrc-44e4a02a2db38d704c06ddb7c94b4f581abed878.tar.gz |
Fix for NetBSD
Diffstat (limited to 'mail/pine/files')
-rw-r--r-- | mail/pine/files/Makefile | 15 | ||||
-rw-r--r-- | mail/pine/files/pine.conf.fixed | 7 |
2 files changed, 7 insertions, 15 deletions
diff --git a/mail/pine/files/Makefile b/mail/pine/files/Makefile deleted file mode 100644 index 2a5748e8ecc..00000000000 --- a/mail/pine/files/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -all: - ./build bsf -install: - install -c -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} bin/libpico.so.1.3 ${PREFIX}/lib/libpico.so.1.3 - /sbin/ldconfig -m ${PREFIX}/lib - install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pico ${PREFIX}/bin/pico - install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pilot ${PREFIX}/bin/pilot - install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bin/pine ${PREFIX}/bin/pine - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpencrypt ${PREFIX}/bin/pgpencrypt - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpdecode ${PREFIX}/bin/pgpdecode - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ../../files/pgpsign ${PREFIX}/bin/pgpsign - install -c -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} ../../files/dot.pinerc.pgp.sample ${PREFIX}/etc/dot.pinerc.pgp.sample - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pico.1 ${PREFIX}/man/man1/pico.1 - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pilot.1 ${PREFIX}/man/man1/pilot.1 - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} doc/pine.1 ${PREFIX}/man/man1/pine.1 diff --git a/mail/pine/files/pine.conf.fixed b/mail/pine/files/pine.conf.fixed new file mode 100644 index 00000000000..7aa1568dd80 --- /dev/null +++ b/mail/pine/files/pine.conf.fixed @@ -0,0 +1,7 @@ +########################################################################### +# pine.conf.fixed +# Insert any statements from .../pine.conf here that you don't want your +# users can change. +########################################################################### +# (This file is not part of the pine distribution!) +########################################################################### |