diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-10-27 15:41:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-10-27 15:41:48 +0000 |
commit | df89039a84ac2dc7543a894593cbbc7933c13b86 (patch) | |
tree | 035c7243853aefe3db65c960e212627e2945d7d2 /www/rubygem-rack15 | |
parent | ad0d127d37db3afc5b8cec411b2497838052d16b (diff) | |
download | ports-df89039a84ac2dc7543a894593cbbc7933c13b86.tar.gz ports-df89039a84ac2dc7543a894593cbbc7933c13b86.zip |
Notes
Diffstat (limited to 'www/rubygem-rack15')
-rw-r--r-- | www/rubygem-rack15/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/rubygem-rack15/Makefile b/www/rubygem-rack15/Makefile index 866fc0a3fcc6..9d5608a458f9 100644 --- a/www/rubygem-rack15/Makefile +++ b/www/rubygem-rack15/Makefile @@ -21,7 +21,9 @@ PKGNAMESUFFIX= 15 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/rackup -NO_STAGE= yes +# avoid duplicate file from www/rubygem-rack port +post-install: + @${RM} ${STAGEDIR}${PREFIX}/bin/rackup + .include <bsd.port.mk> |