diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-05-10 10:26:29 +0800 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-05-10 10:26:29 +0800 |
commit | 84c18145267fce9752944b12669e01e7331a6c61 (patch) | |
tree | b73d3ce508554988a6fda1a024503a685863ddbe /devel | |
parent | c3c57b38a9ae5159688d49bf9a5baeaac72206e4 (diff) | |
download | freebsd-ports-gnome-84c18145267fce9752944b12669e01e7331a6c61.tar.gz freebsd-ports-gnome-84c18145267fce9752944b12669e01e7331a6c61.tar.zst freebsd-ports-gnome-84c18145267fce9752944b12669e01e7331a6c61.zip |
Add bin/foreman to PLIST_FILES.
Reviewed by: swills
Approved by: swills
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rubygem-foreman/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/rubygem-foreman/Makefile b/devel/rubygem-foreman/Makefile index 5678ef26d123..ad112467a0f8 100644 --- a/devel/rubygem-foreman/Makefile +++ b/devel/rubygem-foreman/Makefile @@ -4,6 +4,7 @@ PORTNAME= foreman PORTVERSION= 0.63.0 CATEGORIES= devel rubygems MASTER_SITES= RG +PORTREVISION= 1 MAINTAINER= ruby@FreeBSD.org COMMENT= Process manager for applications with multiple components @@ -15,5 +16,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/foreman .include <bsd.port.mk> |