diff options
author | mharo <mharo@FreeBSD.org> | 1999-05-03 04:53:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-05-03 04:53:02 +0800 |
commit | b27dc584e1893516e58ff972ab61de0ae5466565 (patch) | |
tree | 6dcba43e684799c30a07f6c84d19af1110c5ac4f /ftp/llnlxdir/Makefile | |
parent | 1503fb3580a97ff8c62524d1e5a337862283039f (diff) | |
download | freebsd-ports-gnome-b27dc584e1893516e58ff972ab61de0ae5466565.tar.gz freebsd-ports-gnome-b27dc584e1893516e58ff972ab61de0ae5466565.tar.zst freebsd-ports-gnome-b27dc584e1893516e58ff972ab61de0ae5466565.zip |
move manpage from PLIST to Makefile and support MOTIFLIB
Diffstat (limited to 'ftp/llnlxdir/Makefile')
-rw-r--r-- | ftp/llnlxdir/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile index 3edc8a284426..218071502828 100644 --- a/ftp/llnlxdir/Makefile +++ b/ftp/llnlxdir/Makefile @@ -4,7 +4,7 @@ # # Whom: Dima Ruban <dima@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/03/04 10:03:36 tg Exp $ +# $Id: Makefile,v 1.4 1999/02/21 21:44:27 dima Exp $ # DISTNAME= latest_xdir @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dima@FreeBSD.ORG +MAN1= xdir.1 + WRKSRC= ${WRKDIR}/llnlxdir2_1/sources REQUIRES_MOTIF= yes USE_IMAKE= yes |