diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 04:56:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 04:56:51 +0000 |
commit | 66b11c3118acb759fa0e72544f5860e93072a9e0 (patch) | |
tree | 0e6feb4bf99fbcfcd11fdc2863cf41abd07ae692 /devel/cdk | |
parent | typo clean up police: \s -> \t (diff) |
Simple aesthetic fix: "^post-install" instead of "^ post-install"
Notes
Notes:
svn path=/head/; revision=38322
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index a8d8e653e0d2..55e942dbf217 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -43,7 +43,7 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/demos/*.c ${PREFIX}/share/examples/cdk/demos @ ${INSTALL_DATA} ${WRKSRC}/demos/Makefile ${PREFIX}/share/examples/cdk/demos - post-install: +post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/cdk .for file in BUGS EXPANDING INSTALL NOTES README TODO |