pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/diffbreaker
Module Name: pkgsrc
Committed By: nat
Date: Sat May 30 22:45:07 UTC 2020
Modified Files:
pkgsrc/devel/diffbreaker: Makefile
Log Message:
Reoder sections.
Fix WRKSRC path.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/diffbreaker/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/diffbreaker/Makefile
diff -u pkgsrc/devel/diffbreaker/Makefile:1.1 pkgsrc/devel/diffbreaker/Makefile:1.2
--- pkgsrc/devel/diffbreaker/Makefile:1.1 Sun May 24 16:44:20 2020
+++ pkgsrc/devel/diffbreaker/Makefile Sat May 30 22:45:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/24 16:44:20 nat Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/30 22:45:07 nat Exp $
PKGNAME= diffbreaker-0.1
#PKGREVISION= 1
@@ -10,6 +10,7 @@ LICENSE= 2-clause-bsd
NO_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/diffbreaker
USE_LANGUAGES= c
USE_TOOLS= make
@@ -25,8 +26,8 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/cat1
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.endif
-pre-build:
- ${CP} -R ${FILESDIR}/diffbreaker ${WRKSRC}
+do-extract:
+ ${CP} -R ${FILESDIR}/diffbreaker ${WRKDIR}
do-install:
.for f in diffbreaker
Home |
Main Index |
Thread Index |
Old Index