pkgsrc-WIP-changes archive

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

softvms: Order paragraphs



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon May 21 09:26:30 2018 -0700
Changeset:	b90c0f3ae5c3cbbedd32d8be4cc6d00cefefe52d

Modified Files:
	softvms/Makefile

Log Message:
softvms: Order paragraphs

Follow the order in pkgsrc/doc/Makefile-example.

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

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

diffstat:
 softvms/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/softvms/Makefile b/softvms/Makefile
index 6b8edccaf2..909a8c6ff8 100644
--- a/softvms/Makefile
+++ b/softvms/Makefile
@@ -13,15 +13,15 @@ LICENSE=	mit
 
 WRKSRC=			${WRKDIR}/vms
 GNU_CONFIGURE=		yes
-BUILD_TARGET=		vms
 USE_TOOLS+=		gmake
 INSTALLATION_DIRS=	bin
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/vms ${DESTDIR}${PREFIX}/bin/vms
+BUILD_TARGET=		vms
 
 .include "../../x11/libX11/buildlink3.mk"
-
 .include "../../audio/SDL_sound/buildlink3.mk"
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/vms ${DESTDIR}${PREFIX}/bin/vms
+
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index