bb3560846e
There is no dedicated change log but version 2.10 was introduced to pkgsrc 2.5 years ago. The current capability is described by http://docs.adacore.com/aws-docs/aws.html This is roughly equivalent to Adacore release 2013 of aws. The "gnutls" option was added as an alternative to ssl.
14 lines
420 B
Text
14 lines
420 B
Text
$NetBSD: patch-makefile,v 1.1 2013/07/07 23:46:50 marino Exp $
|
|
|
|
Prevent empty ${EXAMPLESDIR}/bin directory from being created
|
|
|
|
--- makefile.orig 2013-07-03 01:11:54.000000000 +0000
|
|
+++ makefile
|
|
@@ -390,7 +390,6 @@ endif
|
|
$(MKDIR) -p $(DESTDIR)$(I_AGP)
|
|
$(MKDIR) -p $(DESTDIR)$(I_TPL)
|
|
$(MKDIR) -p $(DESTDIR)$(I_IMG)
|
|
- $(MKDIR) -p $(DESTDIR)$(I_SBN)
|
|
$(MKDIR) -p $(DESTDIR)$(I_PLG)
|
|
$(MKDIR) -p $(DESTDIR)$(I_WEL)
|
|
|