pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/plink



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan  1 01:18:03 UTC 2018

Modified Files:
        pkgsrc/biology/plink: Makefile

Log Message:
Cleanup: replace curly braces with parentheses.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/biology/plink/Makefile

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

Modified files:

Index: pkgsrc/biology/plink/Makefile
diff -u pkgsrc/biology/plink/Makefile:1.6 pkgsrc/biology/plink/Makefile:1.7
--- pkgsrc/biology/plink/Makefile:1.6   Sun Sep  3 08:36:50 2017
+++ pkgsrc/biology/plink/Makefile       Mon Jan  1 01:18:03 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/09/03 08:36:50 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/01 01:18:03 rillig Exp $
 
 DISTNAME=      plink-1.07-src
-PKGNAME=       $(DISTNAME:-src=)
+PKGNAME=       ${DISTNAME:-src=}
 CATEGORIES=    biology
 #MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/
 EXTRACT_SUFX=  .zip
@@ -29,10 +29,10 @@ do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/plink ${DESTDIR}${PREFIX}/bin
 
 do-test:
-       cd $(WRKSRC) && ./plink --file test
-       cd $(WRKSRC) && ./plink --file test --freq
-       cd $(WRKSRC) && ./plink --file test --assoc
-       cd $(WRKSRC) && ./plink --file test --make-bed
+       cd ${WRKSRC} && ./plink --file test
+       cd ${WRKSRC} && ./plink --file test --freq
+       cd ${WRKSRC} && ./plink --file test --assoc
+       cd ${WRKSRC} && ./plink --file test --make-bed
 
 .include "../../devel/libf2c/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index