1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Strip binary

- Pacify portlint
This commit is contained in:
Emanuel Haupt 2016-08-08 14:46:25 +00:00
parent ea9aa57517
commit d5e210f440
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419856
2 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= tthsum
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://tthsum.devs.nu/pkg/ \
LOCAL/ehaupt
@ -21,6 +22,9 @@ PLIST_FILES= bin/tthsum man/man1/tthsum.1.gz
MAKE_ENV+= STAGEDIR=${STAGEDIR}
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test runtest

View File

@ -1,6 +1,6 @@
--- ./Makefile.orig 2013-08-13 20:58:36.000000000 +0200
+++ ./Makefile 2013-08-14 14:40:58.335943659 +0200
@@ -11,16 +11,6 @@
--- Makefile.orig 2013-08-13 18:58:36 UTC
+++ Makefile
@@ -11,16 +11,6 @@ ifeq ($(MAN),)
MAN = $(DESTDIR)/usr/local/man
endif
@ -17,7 +17,7 @@
CC ?= gcc
GZIP = gzip -9 -c
RM = rm -rf
@@ -47,12 +37,12 @@
@@ -47,12 +37,12 @@ TSTENTRY = $(BINS)/test.o
override CPPFLAGS += $(shell cat $(BINS)/autoconf.cppflags)