diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-06-15 02:42:14 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-06-15 02:42:14 +0000 |
commit | 5066edac69f0b75a3904e5aaa7fbcf3c140dc131 (patch) | |
tree | 806b9a6794965f086c7b4f9ca9538b2e2e2825e9 /databases/xmysqladmin/Makefile | |
parent | 2552b8e5f9c2bef21e6add3686f7c04684f0622f (diff) |
Notes
Diffstat (limited to 'databases/xmysqladmin/Makefile')
-rw-r--r-- | databases/xmysqladmin/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 6c71e65bf7af..71aa0f375b1f 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -22,4 +22,15 @@ USE_X_PREFIX= yes USE_XPM= yes ALL_TARGET= xmysqladmin -.include <bsd.port.mk> +pre-su-install: + @${MKDIR} ${PREFIX}/include/X11/pixmaps + +.include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} == xfree86-4 +PLIST_SUB+= NEWMTREE="" +.else +PLIST_SUB+= NEWMTREE="@comment " +.endif + +.include <bsd.port.post.mk> |