pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/aranym



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Wed Mar 15 02:20:48 UTC 2023

Modified Files:
        pkgsrc/emulators/aranym: Makefile

Log Message:
emulators/aranym: Actually include options.mk


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/emulators/aranym/Makefile

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

Modified files:

Index: pkgsrc/emulators/aranym/Makefile
diff -u pkgsrc/emulators/aranym/Makefile:1.49 pkgsrc/emulators/aranym/Makefile:1.50
--- pkgsrc/emulators/aranym/Makefile:1.49       Sun Sep 11 12:51:30 2022
+++ pkgsrc/emulators/aranym/Makefile    Wed Mar 15 02:20:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/09/11 12:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2023/03/15 02:20:48 charlotte Exp $
 
 DISTNAME=      aranym_1.1.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -60,6 +60,7 @@ post-install:
        ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/license.txt ${DESTDIR}${EMUTOS_DOC_DIR}
        ${INSTALL_DATA} ${EMUTOS_WRKSRC}/doc/status.txt ${DESTDIR}${EMUTOS_DOC_DIR}
 
+.include "options.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Darwin"



Home | Main Index | Thread Index | Old Index