diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-11 05:36:10 +0000 |
commit | 509263a31d4b4220f8cea9af8121430cc8e57423 (patch) | |
tree | 82ff23e82f6efb2e8db458bdff0622e8b0b40e5b /devel/libshhmsg | |
parent | 8b75d7be143c5a1aa604f46d843f3c086c128bc2 (diff) |
Notes
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 8bd7d3011a13..5aa1dd2e6c7d 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 |