diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-16 00:13:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-16 00:13:12 +0000 |
commit | 079b6d0265c8077e15f5fc98a4e381c36f3c9314 (patch) | |
tree | 4bcceb2ecc728cf133dd1da8eacd893b686afa62 /deskutils | |
parent | c28af9b01593cad9e20989ce1f482a3e366042c9 (diff) | |
download | FreeBSD-ports-079b6d0265c8077e15f5fc98a4e381c36f3c9314.zip FreeBSD-ports-079b6d0265c8077e15f5fc98a4e381c36f3c9314.tar.gz |
Add the startup script to the plist.
Reported by: bento
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libmrproject/Makefile | 2 | ||||
-rw-r--r-- | deskutils/libmrproject/pkg-plist | 1 | ||||
-rw-r--r-- | deskutils/mrproject/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mrproject/pkg-plist | 1 | ||||
-rw-r--r-- | deskutils/planner/Makefile | 2 | ||||
-rw-r--r-- | deskutils/planner/pkg-plist | 1 |
6 files changed, 6 insertions, 3 deletions
diff --git a/deskutils/libmrproject/Makefile b/deskutils/libmrproject/Makefile index 221736b..a42aa68 100644 --- a/deskutils/libmrproject/Makefile +++ b/deskutils/libmrproject/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmrproject PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ diff --git a/deskutils/libmrproject/pkg-plist b/deskutils/libmrproject/pkg-plist index 3613799..161c277 100644 --- a/deskutils/libmrproject/pkg-plist +++ b/deskutils/libmrproject/pkg-plist @@ -1,3 +1,4 @@ +etc/rc.d/000.libmrproject.sh include/mrproject-1.0/mrproject/mrp-application.h include/mrproject-1.0/mrproject/mrp-assignment.h include/mrproject-1.0/mrproject/mrp-calendar.h diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile index 616c5c4..37e2932 100644 --- a/deskutils/mrproject/Makefile +++ b/deskutils/mrproject/Makefile @@ -7,7 +7,7 @@ PORTNAME= mrproject PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ diff --git a/deskutils/mrproject/pkg-plist b/deskutils/mrproject/pkg-plist index ca04460..685ae57 100644 --- a/deskutils/mrproject/pkg-plist +++ b/deskutils/mrproject/pkg-plist @@ -1,3 +1,4 @@ +etc/rc.d/000.mrproject.sh bin/mrproject lib/mrproject/libcalendardialog.so lib/mrproject/libcellrenderers.so diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 616c5c4..37e2932 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -7,7 +7,7 @@ PORTNAME= mrproject PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= ftp://ftp.codefactory.se/pub/software/mrproject/source/ diff --git a/deskutils/planner/pkg-plist b/deskutils/planner/pkg-plist index ca04460..685ae57 100644 --- a/deskutils/planner/pkg-plist +++ b/deskutils/planner/pkg-plist @@ -1,3 +1,4 @@ +etc/rc.d/000.mrproject.sh bin/mrproject lib/mrproject/libcalendardialog.so lib/mrproject/libcellrenderers.so |