diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-18 00:37:15 +0000 |
commit | 57e3213639e451ddc7e2311587929b679827e385 (patch) | |
tree | 2b38c4ddded75d6142be0d45209292474f0596a8 /comms/seyon | |
parent | - Add patch to fix build when devel/libunwind is installed (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=334137
Diffstat (limited to 'comms/seyon')
-rw-r--r-- | comms/seyon/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 4570f0d81705..fb0bc2228997 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -17,9 +17,8 @@ USES= imake USE_XORG= x11 xext xpm xmu xaw xt sm ice MAKE_JOBS_UNSAFE= yes -MAN1= seyon.1 PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \ - lib/X11/app-defaults/Seyon-color lib/X11/seyon.help + lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \ + man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |