From 2e573e6ef041d34621373ed1bf73e1e43cd0a8e3 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 7 Aug 2014 14:49:32 +0000 Subject: [PATCH] Stagify. --- textproc/pure-csv/Makefile | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index 759c3101e08e..1f42e482b6de 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -11,25 +11,18 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= CSV reading and writing module for the Pure language -LICENSE= BSD +LICENSE= BSD3CLAUSE USES= pure +PORTDOCS= README +OPTIONS_DEFINE= DOCS PLIST_FILES= lib/pure/csv.pure \ lib/pure/csv.so -NO_STAGE= yes - -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pure/csv.so + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include