diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-10-06 11:47:54 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2012-10-06 11:47:54 +0000 |
commit | 02ce788453308fa5dd65d6f373f785f008ed659d (patch) | |
tree | 5312d1ebc34a370dc964178f018987edf7e2e3f2 /misc | |
parent | b17c369fadf2a7dfc19828377d16c5af87e1c2a3 (diff) | |
download | ports-02ce788453308fa5dd65d6f373f785f008ed659d.tar.gz ports-02ce788453308fa5dd65d6f373f785f008ed659d.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat9x/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile index c211ebdf28b4..da08f3c302ea 100644 --- a/misc/compat9x/Makefile +++ b/misc/compat9x/Makefile @@ -39,7 +39,4 @@ do-install: (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |