diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 18:03:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 18:03:58 +0000 |
commit | e8877c2d4abd1aff2a7083e8b0002646c2f58aa5 (patch) | |
tree | b424c82791841d39bee5e49ab61c11dda00a4437 /security/osiris | |
parent | acf9c5710d04653a2cd463e0939d4bdbff7d0134 (diff) |
- s/pkg-message/${PKGMESSAGE}/ to fix build if you're not actually in directory
PR: ports/78835
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=131231
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index d9ef6cea3be8..d1f16329eaf5 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -77,6 +77,6 @@ do-install: ${CHOWN} -R osiris:osiris ${PREFIX}/osiris post-install: - @${CAT} pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |