diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-06-04 02:34:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-06-04 02:34:08 +0000 |
commit | c9191e35ba0e7e73f425cbd77ebaaf51cf93e8f0 (patch) | |
tree | 8546612343fc88b41d71239a471349a60dcd9cef /sysutils/wmcube | |
parent | 40324b07a0e294444df265e180ccc5377ecc84a5 (diff) | |
download | ports-c9191e35ba0e7e73f425cbd77ebaaf51cf93e8f0.tar.gz ports-c9191e35ba0e7e73f425cbd77ebaaf51cf93e8f0.zip |
Notes
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> |