diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /shells | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ch/Makefile b/shells/ch/Makefile index 31f79f0e54bc..e1d8949bf501 100644 --- a/shells/ch/Makefile +++ b/shells/ch/Makefile @@ -18,7 +18,7 @@ MANDIRS= ${DATADIR}/docs/man/ DATADIR= ${PREFIX}/${PORTNAME} SUB_FILES= ${PORTNAME} -PORTDATA= README bin config demos dl extern include lib license package sbin toolkit +PORTDATA= README bin config demos dl extern include lib license package sbin toolkit post-extract: @${MKDIR} ${WRKSRC}/ch |