freebsd-ports/news/cnews/files/patch-cpto
Dirk Meyer c0f6b9ab24 - use STAGEDIR
- use OPTIONS_DEFINE
- honor option EXAMPLES
- use pkg-message
- change default path for over.view, note in UPDATING
2013-12-18 16:27:36 +00:00

11 lines
250 B
Text

--- conf/cpto.orig 1994-09-15 22:42:45.000000000 +0200
+++ conf/cpto 2013-12-18 11:12:51.000000000 +0100
@@ -21,7 +21,7 @@
0|1) echo "Usage: $0 dir file ..." >&2 ; exit 2 ;;
esac
-dest="$1"
+dest="${DESTDIR}$1"
shift
if test ! -d "$dest"
then