diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 22:52:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-07 22:52:16 +0000 |
commit | 2edd9fc3bd0bcbad4c359090d5249f9988b92f8e (patch) | |
tree | ae60b60e1a9ef7ef1672f61a6e6975c783b26c29 | |
parent | Remove one directory and add one manpage. Also, move three (diff) |
Remove two directories. Also, move manpages to Makefile while I'm here.
Submitted by: bento (first half)
Notes
Notes:
svn path=/head/; revision=29360
-rw-r--r-- | emulators/spim/Makefile | 1 | ||||
-rw-r--r-- | emulators/spim/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index e5a1c4d5ccbf..148c34c1982e 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -21,6 +21,7 @@ CONFIGURE_SCRIPT= Configure USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= y.tab.c depend cl-spim cl-xspim +MAN1= spim.1 xspim.1 pre-configure: @${RM} -f ${WRKSRC}/y.tab.* diff --git a/emulators/spim/pkg-plist b/emulators/spim/pkg-plist index 91739e4de4d9..fb3f634e305b 100644 --- a/emulators/spim/pkg-plist +++ b/emulators/spim/pkg-plist @@ -2,8 +2,8 @@ bin/spim bin/xspim bin/cl-spim bin/cl-xspim -man/man1/spim.1.gz -man/man1/xspim.1.gz share/spim/trap.handler share/doc/spim/spim.ps.gz share/doc/spim/cycle.ps.gz +@dirrm share/doc/spim +@dirrm share/spim |