From b460ab081195c50211f8ac42810459fa801e75f5 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 4 Jun 2001 02:34:08 +0000 Subject: Beautify a little with an @, and correct the sed for PREFIX to not include the trailing slash. --- sysutils/wmcube/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/wmcube') diff --git a/sysutils/wmcube/Makefile b/sysutils/wmcube/Makefile index 6a1bcbbeffb8..74a9bc822475 100644 --- a/sysutils/wmcube/Makefile +++ b/sysutils/wmcube/Makefile @@ -39,6 +39,6 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/doc/${PORTNAME} .endfor .endif # !NOPORTDOCS - ${SED} -e "s|/usr/X11R6/|${PREFIX}|" ${PKGMESSAGE} + @${SED} -e "s|/usr/X11R6|${PREFIX}|" ${PKGMESSAGE} .include -- cgit