diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-12-09 20:58:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-12-09 20:58:38 +0000 |
commit | e99b376eb586b0d909e831bde784f8a0258efcd1 (patch) | |
tree | dc89f89dcb6dc9e79d5235a28c94292b6299c34d /x11/libXp | |
parent | Try to clean up this port's new directories on uninstall. (diff) |
Use the right MTREE_FILE, since we're not using USE_X_PREFIX.
Diffstat (limited to 'x11/libXp')
-rw-r--r-- | x11/libXp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 28bb0bc09b5a..336e9d5765ad 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -24,6 +24,7 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_IMAKE= YES USE_X_PREFIX= no PREFIX?= ${X11BASE} +MTREE_FILE= /etc/mtree/BSD.x11-4.dist DIST_SUBDIR= xorg INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/xc/lib/Xp |