pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
motyl: remove AUTO_MKDIRS directive, and fix package name.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Tue Sep 10 09:24:06 2019 +0200
Changeset: 6cc268fb5123bf533a6c2a1a9213da50a7f08b34
Modified Files:
motyl/Makefile
Log Message:
motyl: remove AUTO_MKDIRS directive, and fix package name.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cc268fb5123bf533a6c2a1a9213da50a7f08b34
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
motyl/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diffs:
diff --git a/motyl/Makefile b/motyl/Makefile
index a05eb53ef7..5258a044bc 100644
--- a/motyl/Makefile
+++ b/motyl/Makefile
@@ -21,12 +21,11 @@ REPLACE_RUBY= bin/motyl
DOCDIR= share/doc/motyl
-AUTO_MKDIRS= yes
INSTALLATION_DIRS+= bin ${DOCDIR}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/motyl ${DESTDIR}${PREFIX}/bin
- ${RUN}${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
-.include "../../lang/ruby/modules.mk"
+.include "../../lang/ruby/replace.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index