diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-13 14:55:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-13 14:55:49 +0000 |
commit | fb4fb60268ba383523a811353bd112cbdb595844 (patch) | |
tree | 8d17e979dac2722ca63fe7f224770792d75d81da /shells/ksh93 | |
parent | fc6dd435fe586a4a51c2528319f386bf4083ecfc (diff) | |
download | ports-fb4fb60268ba383523a811353bd112cbdb595844.tar.gz ports-fb4fb60268ba383523a811353bd112cbdb595844.zip |
- Add my LOCAL to MASTER_SITES as backup
- Use do-test:
Notes
Notes:
svn path=/head/; revision=410980
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 6f10aca6477e..a61f6c58cd1b 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -14,7 +14,8 @@ PORTNAME= ksh93 PORTVERSION= ${KSHVERSION:S/-//g} PORTREVISION= 2 CATEGORIES= shells -MASTER_SITES= http://www2.research.att.com/~astopen/download/tgz/ +MASTER_SITES= http://www2.research.att.com/~astopen/download/tgz/ \ + LOCAL/sunpoet/${PORTNAME} DISTFILES= INIT.${INITVERSION}.tgz ast-ksh.${KSHVERSION}.tgz DIST_SUBDIR= ${PORTNAME} @@ -44,8 +45,7 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/fun/ && ${INSTALL_SCRIPT} dirs popd pushd ${STAGEDIR}${EXAMPLESDIR}/ -test: build - @cd ${WRKSRC}/src/cmd/ksh93/tests/ && \ - ${SETENV} SHELL=${WRKSRC}/bin/ksh ${WRKSRC}/bin/ksh shtests +do-test: + cd ${WRKSRC}/src/cmd/ksh93/tests/ && ${SETENV} SHELL=${WRKSRC}/bin/ksh ${WRKSRC}/bin/ksh shtests .include <bsd.port.mk> |