diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-01-17 23:53:19 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-01-17 23:53:19 +0000 |
commit | 7e12cabc29df406b3a3d5229414fca02f949d825 (patch) | |
tree | 03b6e140f7c41ec15408e793531a6ad850f53fb7 /sysutils/retail | |
parent | 8fc07c4815c6b8981505e93cc5f858268c2c7371 (diff) |
Notes
Diffstat (limited to 'sysutils/retail')
-rw-r--r-- | sysutils/retail/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/retail/Makefile b/sysutils/retail/Makefile index ac24894f419e..d7b32d68242c 100644 --- a/sysutils/retail/Makefile +++ b/sysutils/retail/Makefile @@ -5,20 +5,21 @@ PORTNAME= retail PORTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= http://xjack.org/retail/download/ \ - http://olevole.ru/freebsd/distfiles/ + http://www.bsdstore.ru/downloads/ MAINTAINER= olevole@olevole.ru -COMMENT= A program for incremental logfile reader +COMMENT= Program for incremental logfile reader + +LICENSE= GPLv2 GNU_CONFIGURE= yes -MAN1= retail.1 -PLIST_FILES= bin/retail +PLIST_FILES= bin/retail man/man1/retail.1.gz -NO_STAGE= yes post-configure: ${REINPLACE_CMD} -e 's/%.o: %.c \*.h ..\/config.h//g' ${WRKSRC}/src/Makefile post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${PREFIX}/man/man1/ + ${INSTALL_DATA} ${WRKSRC}/doc/retail.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |