diff options
author | dougb <dougb@FreeBSD.org> | 2001-06-04 10:34:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-06-04 10:34:08 +0800 |
commit | b460ab081195c50211f8ac42810459fa801e75f5 (patch) | |
tree | 80f8abcac6a376268e57b8278cc5027e507451a4 /sysutils/wmcube | |
parent | a47e9939c1d8e8e73404a522dfa25bfcbbd565fa (diff) | |
download | freebsd-ports-gnome-b460ab081195c50211f8ac42810459fa801e75f5.tar.gz freebsd-ports-gnome-b460ab081195c50211f8ac42810459fa801e75f5.tar.zst freebsd-ports-gnome-b460ab081195c50211f8ac42810459fa801e75f5.zip |
Beautify a little with an @, and correct the sed for PREFIX
to not include the trailing slash.
Diffstat (limited to 'sysutils/wmcube')
-rw-r--r-- | sysutils/wmcube/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |