diff options
author | asami <asami@FreeBSD.org> | 2000-06-08 06:52:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-08 06:52:16 +0800 |
commit | d0f9871124b655f12b91f1038341cbc0c4055d8b (patch) | |
tree | ce2e000fca7d754ac7aac9d17a4c8224c45cf779 | |
parent | 9393aece38810b60c9eef6c4feb63283ab01a9d1 (diff) | |
download | freebsd-ports-gnome-d0f9871124b655f12b91f1038341cbc0c4055d8b.tar.gz freebsd-ports-gnome-d0f9871124b655f12b91f1038341cbc0c4055d8b.tar.zst freebsd-ports-gnome-d0f9871124b655f12b91f1038341cbc0c4055d8b.zip |
Remove two directories. Also, move manpages to Makefile while I'm here.
Submitted by: bento (first half)
-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 |