pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/maude



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Dec 17 13:38:55 UTC 2016

Modified Files:
        pkgsrc/lang/maude: Makefile

Log Message:
Fixed pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/maude/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/maude/Makefile
diff -u pkgsrc/lang/maude/Makefile:1.25 pkgsrc/lang/maude/Makefile:1.26
--- pkgsrc/lang/maude/Makefile:1.25     Tue Oct  2 20:11:45 2012
+++ pkgsrc/lang/maude/Makefile  Sat Dec 17 13:38:55 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/10/02 20:11:45 asau Exp $
+# $NetBSD: Makefile,v 1.26 2016/12/17 13:38:55 rillig Exp $
 #
 
 DISTNAME=      Maude-2.6
@@ -15,14 +15,14 @@ LICENSE=    gnu-gpl-v2
 MAKE_JOBS_SAFE=                no
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        --datadir=$(PREFIX)/share/$(PKGBASE)
+CONFIGURE_ARGS=        --datadir=${PREFIX}/share/${PKGBASE}
 USE_LANGUAGES= c c++
 USE_TOOLS+=    flex bison
 TEST_TARGET=   check
 
 post-install:
-       cd $(WRKSRC)/src/Main && $(INSTALL_DATA) *.maude \
-               $(DESTDIR)$(PREFIX)/share/$(PKGBASE)
+       cd ${WRKSRC}/src/Main && ${INSTALL_DATA} *.maude \
+               ${DESTDIR}${PREFIX}/share/${PKGBASE}
 
 .include "../../devel/buddy/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index