diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 14:58:32 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 14:58:32 +0000 |
commit | d122a0a7266f63c33d242d7c77d25f3afe2eb446 (patch) | |
tree | a5b8de4fd5d6ffacc85074b76784158f3f28fb12 /misc/dejagnu | |
parent | add missing bin/movify. (diff) |
fix pkg-plist: add missed header and manpage.
Notes
Notes:
svn path=/head/; revision=48039
Diffstat (limited to 'misc/dejagnu')
-rw-r--r-- | misc/dejagnu/Makefile | 3 | ||||
-rw-r--r-- | misc/dejagnu/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index 9ceec0a69887..e6440a9b392e 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -7,6 +7,7 @@ PORTNAME= dejagnu PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= misc tcl83 tk83 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dejagnu @@ -18,4 +19,6 @@ RUN_DEPENDS= expect:${PORTSDIR}/lang/expect USE_GMAKE= yes GNU_CONFIGURE= yes +MAN1= runtest.1 + .include <bsd.port.mk> diff --git a/misc/dejagnu/pkg-plist b/misc/dejagnu/pkg-plist index 1ac25a57bf88..1e3f8399305e 100644 --- a/misc/dejagnu/pkg-plist +++ b/misc/dejagnu/pkg-plist @@ -1,5 +1,6 @@ bin/calc bin/runtest +include/dejagnu.h share/dejagnu/libexec/config.guess share/dejagnu/runtest.exp share/dejagnu/i960glue.c |