diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-09 00:11:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-09 00:11:47 +0000 |
commit | eac6867d0f5cab7514345bf6fd8fec0519d6dbb5 (patch) | |
tree | faf2b5f47a992ec357f260ab1b7b2ac2904d38fd /graphics/rubygem-graphviz | |
parent | 85d080b14b969d5719c61d57356930fd9402ea04 (diff) | |
download | ports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.tar.gz ports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.zip |
Notes
Diffstat (limited to 'graphics/rubygem-graphviz')
-rw-r--r-- | graphics/rubygem-graphviz/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/rubygem-graphviz/Makefile b/graphics/rubygem-graphviz/Makefile index 4a7b9efbeb30..b5ce22662014 100644 --- a/graphics/rubygem-graphviz/Makefile +++ b/graphics/rubygem-graphviz/Makefile @@ -21,8 +21,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} RUBYGEM_AUTOPLIST= yes - -post-install: - @${ECHO} 'bin/ruby2gv' >> ${TMPPLIST} +PLIST_FILES= bin/ruby2gv .include <bsd.port.mk> |