aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-scruffy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-scruffy/Makefile')
-rw-r--r--graphics/rubygem-scruffy/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile
index 109146bdd663..60f71ce466d2 100644
--- a/graphics/rubygem-scruffy/Makefile
+++ b/graphics/rubygem-scruffy/Makefile
@@ -20,17 +20,4 @@ USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
-update-plist:
- @${RM} -f ${PLIST}
- @${ECHO} "%%GEM_SPEC%%" >> ${PLIST}
- @${ECHO} "%%GEM_CACHE%%" >> ${PLIST}
- @${FIND} ${LOCALBASE}/${GEM_LIB_DIR} -type f | ${SORT} | ${SED} -e \
- 's,^${LOCALBASE}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> ${PLIST}
- @${FIND} ${LOCALBASE}/${GEM_LIB_DIR} -type d | ${SORT} -r | ${SED} -e \
- 's,^${LOCALBASE}/${GEM_LIB_DIR},@dirrm %%GEM_LIB_DIR%%,' >> ${PLIST}
- @${FIND} ${LOCALBASE}/${GEM_DOC_DIR} -type f | ${SORT} | ${SED} -e \
- 's,^${LOCALBASE}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> ${PLIST}
- @${FIND} ${LOCALBASE}/${GEM_DOC_DIR} -type d | ${SORT} -r | ${SED} -e \
- 's,^${LOCALBASE}/${GEM_DOC_DIR},@dirrm %%GEM_DOC_DIR%%,' >> ${PLIST}
-
.include <bsd.port.mk>