From 051dda84917efff12e53bb94e277be2f4ffdc892 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 13 Feb 2014 11:55:45 +0000 Subject: Support staging --- astro/stardates/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'astro/stardates') diff --git a/astro/stardates/Makefile b/astro/stardates/Makefile index 40df1e677758..ddf5201ed6af 100644 --- a/astro/stardates/Makefile +++ b/astro/stardates/Makefile @@ -11,15 +11,15 @@ MASTER_SITES= ftp://ftp.cc.umanitoba.ca/startrek/stardates-pgms/ \ MAINTAINER= freebsd-ports@henrik.synth.no COMMENT= Displays date in 5 formats (including stardate of course) -NO_STAGE= yes -MAN1= stardate.1 -PLIST_FILES= bin/stardate +PLIST_FILES= bin/stardate man/man1/stardate.1.gz do-build: ${CC} ${CFLAGS} ${WRKSRC}/stardate.c -o ${WRKSRC}/stardate do-install: - ${INSTALL} ${WRKSRC}/stardate ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/stardate.1 ${MAN1PREFIX}/man/man1/stardate.1 + ${INSTALL} ${WRKSRC}/stardate ${STAGEDIR}${PREFIX}/bin + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/stardate + ${INSTALL_MAN} ${WRKSRC}/stardate.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1 .include -- cgit