diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-07-04 03:22:22 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-07-04 03:22:22 +0800 |
commit | de2754f5d200e37e2a06afa6b84c8fc498fc15c1 (patch) | |
tree | 140ae28be5ed83f8a12f173e13cc47885838a2ce /misc | |
parent | e8809ccea14a049d95fb1bc46962cf854525e8cb (diff) | |
download | freebsd-ports-gnome-de2754f5d200e37e2a06afa6b84c8fc498fc15c1.tar.gz freebsd-ports-gnome-de2754f5d200e37e2a06afa6b84c8fc498fc15c1.tar.zst freebsd-ports-gnome-de2754f5d200e37e2a06afa6b84c8fc498fc15c1.zip |
- add LATE_INSTALL_ARGS in favor of imake.mk
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 8f300c4c75f1..b4840c2736cc 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -19,6 +19,7 @@ USE_XORG= x11 xext xmu xt sm ice xi xtst WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vflib --enable-locale +LATE_INSTALL_ARGS= install.man MAN1= mgp.1 mgp2ps.1 mgpembed.1 mgpnet.1 xwintoppm.1 xmindpath.1 |