pkgsrc-WIP-changes archive

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

doas: Added inclusion of mk/pam.buildlink3.mk, added DESCR.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Oct 16 11:58:16 2019 +0200
Changeset:	0ce2ff53edb723c50507bb0f29d7ac8aec20991a

Modified Files:
	doas/DESCR
	doas/Makefile

Log Message:
doas: Added inclusion of mk/pam.buildlink3.mk, added DESCR.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ce2ff53edb723c50507bb0f29d7ac8aec20991a

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

diffstat:
 doas/DESCR    | 1 +
 doas/Makefile | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/doas/DESCR b/doas/DESCR
index e69de29bb2..70ff15c783 100644
--- a/doas/DESCR
+++ b/doas/DESCR
@@ -0,0 +1 @@
+A port of OpenBSD's doas which runs on FreeBSD, Linux, NetBSD, and illumos.
diff --git a/doas/Makefile b/doas/Makefile
index 2d4be1e76f..8c887c6b8d 100644
--- a/doas/Makefile
+++ b/doas/Makefile
@@ -16,4 +16,5 @@ WRKSRC=	${WRKDIR}/doas-6.2p2
 
 USE_TOOLS+=	gmake
 
+.include "../../mk/pam.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index