diff options
author | sf <sf@FreeBSD.org> | 2001-09-21 22:58:32 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-21 22:58:32 +0800 |
commit | c6894ec6a9f06d0ea48ddb3add4b5db518ce1a2d (patch) | |
tree | 03b834d571adea189fcb7f43edc07cf91a7ae6ca /misc/dejagnu | |
parent | 1da7a8d25da9e6c774aa4bb4a09b6fa83e87da0d (diff) | |
download | freebsd-ports-gnome-c6894ec6a9f06d0ea48ddb3add4b5db518ce1a2d.tar.gz freebsd-ports-gnome-c6894ec6a9f06d0ea48ddb3add4b5db518ce1a2d.tar.zst freebsd-ports-gnome-c6894ec6a9f06d0ea48ddb3add4b5db518ce1a2d.zip |
fix pkg-plist: add missed header and manpage.
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 |