diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
commit | c7291da6ae5a646bdcc4a62df520f95d567828af (patch) | |
tree | 8967e1076c6e7833d70749ed46cef07180e88232 /devel/libshhmsg | |
parent | bb5776f5ff3778bed64cae3ff1d3e9e45319fa46 (diff) | |
download | FreeBSD-ports-c7291da6ae5a646bdcc4a62df520f95d567828af.zip FreeBSD-ports-c7291da6ae5a646bdcc4a62df520f95d567828af.tar.gz |
White space cleanup.
Diffstat (limited to 'devel/libshhmsg')
-rw-r--r-- | devel/libshhmsg/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libshhmsg/Makefile b/devel/libshhmsg/Makefile index 8bd7d30..5aa1dd2 100644 --- a/devel/libshhmsg/Makefile +++ b/devel/libshhmsg/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: libshhmsg # Date created: 1 May 1998 # Whom: Andrey Zakhvatov @@ -8,7 +9,7 @@ PORTNAME= libshhmsg PORTVERSION= 1.4.0 CATEGORIES= devel -MASTER_SITES= http://shh.thathost.com/pub-unix/files/ +MASTER_SITES= http://shh.thathost.com/pub-unix/files/ DISTNAME= shhmsg-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org @@ -18,9 +19,9 @@ INSTALLS_SHLIB= yes post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/libshhmsg + @${MKDIR} ${PREFIX}/share/doc/libshhmsg .for file in CREDITS README shhmsg.txt - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/libshhmsg .endfor .endif |