diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-02 18:06:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-02 18:06:09 +0000 |
commit | 751dec69ae08486e00b1b0422d482e26a4e6eecf (patch) | |
tree | a87c776ec3464186512d98c22f8e5f0e04c15daa | |
parent | Introduce a port of SqueezeCenter 7.0.0, the latest release of the software (diff) |
- Fix install
Reported by: pointyhat
Pointy hat to: jadawin
-rw-r--r-- | sysutils/gapcmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 966603e350ee..302f958c19c5 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -36,6 +36,6 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @${CAT} pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |