pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/abc2ps Comment out non-working MASTER_SITES and ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1069c6725ba4
branches: trunk
changeset: 365944:1069c6725ba4
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jul 30 22:45:42 2017 +0000
description:
Comment out non-working MASTER_SITES and HOMEPAGE.
Use CFLAGS and LDFLAGS.
(Debian removed this as "dead" in 2006, perhaps we should too?)
diffstat:
print/abc2ps/Makefile | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 50bf50da0df9 -r 1069c6725ba4 print/abc2ps/Makefile
--- a/print/abc2ps/Makefile Sun Jul 30 22:42:59 2017 +0000
+++ b/print/abc2ps/Makefile Sun Jul 30 22:45:42 2017 +0000
@@ -1,23 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2012/10/08 13:45:34 asau Exp $
-#
+# $NetBSD: Makefile,v 1.5 2017/07/30 22:45:42 wiz Exp $
DISTNAME= ABC2PS-${ABC2PSVER}
PKGNAME= abc2ps-${ABC2PSVER}
CATEGORIES= print
-MASTER_SITES= http://www.ihp-ffo.de/~msm/abc_src/
+MASTER_SITES= # http://www.ihp-ffo.de/~msm/abc_src/
EXTRACT_SUFX= .tar.Z
-WRKSRC= ${WRKDIR}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.ihp-ffo.de/~msm/
+#HOMEPAGE= http://www.ihp-ffo.de/~msm/
COMMENT= Music typesetting program for abc
ABC2PSVER= 1.3.3
+WRKSRC= ${WRKDIR}
+
INSTALLATION_DIRS= bin share/doc/abc2ps share/examples/abc2ps
do-build:
- cd ${WRKSRC} && ${CC} -o abc2ps abc2ps.c
+ cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o abc2ps abc2ps.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abc2ps ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index