aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2014-05-10 10:26:29 +0800
committerrpaulo <rpaulo@FreeBSD.org>2014-05-10 10:26:29 +0800
commit84c18145267fce9752944b12669e01e7331a6c61 (patch)
treeb73d3ce508554988a6fda1a024503a685863ddbe /devel
parentc3c57b38a9ae5159688d49bf9a5baeaac72206e4 (diff)
downloadfreebsd-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/Makefile2
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>