diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
commit | db413244c100322f6d3f1e786bfc25cd5faf1a45 (patch) | |
tree | 2882387616c92b6edb047d960dfb306df707aa23 /news/cnews | |
parent | 4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff) | |
download | FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.zip FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.gz |
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index c3d7111..d4371e8 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -124,7 +124,7 @@ do-install: @${ECHO} "!!!!!!!!" @${ECHO} "" -test: +test: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r) |