diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-02 12:15:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-02 12:15:11 +0800 |
commit | 60c8b385df99543f0164b813231a5278c598faae (patch) | |
tree | 31489be83f5356c42dfded478ad82a6fb9b35362 /games | |
parent | 35bb220a72c6ad3ba38211f83bf632866a5df609 (diff) | |
download | freebsd-ports-gnome-60c8b385df99543f0164b813231a5278c598faae.tar.gz freebsd-ports-gnome-60c8b385df99543f0164b813231a5278c598faae.tar.zst freebsd-ports-gnome-60c8b385df99543f0164b813231a5278c598faae.zip |
- Simplify MASTER_SITES
- Strip libraries
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/senken/Makefile | 6 | ||||
-rw-r--r-- | games/senken/pkg-plist | 11 |
2 files changed, 4 insertions, 13 deletions
diff --git a/games/senken/Makefile b/games/senken/Makefile index c62190806c51..3e09b3c25768 100644 --- a/games/senken/Makefile +++ b/games/senken/Makefile @@ -5,8 +5,7 @@ PORTNAME= senken PORTVERSION= 0.3.0 PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= City simulation game @@ -22,4 +21,7 @@ post-patch: s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + .include <bsd.port.mk> diff --git a/games/senken/pkg-plist b/games/senken/pkg-plist index 56d543e4fecd..054bc06a26b3 100644 --- a/games/senken/pkg-plist +++ b/games/senken/pkg-plist @@ -153,14 +153,3 @@ bin/senkenserver %%DATADIR%%/img/zone/house.png %%DATADIR%%/img/zone/industry.png %%DATADIR%%/img/zone/office.png -@dirrm %%DATADIR%%/img/zone -@dirrm %%DATADIR%%/img/terrain -@dirrm %%DATADIR%%/img/road -@dirrm %%DATADIR%%/img/power -@dirrm %%DATADIR%%/img/industrial -@dirrm %%DATADIR%%/img/house -@dirrm %%DATADIR%%/img/government -@dirrm %%DATADIR%%/img/commercial -@dirrm %%DATADIR%%/img -@dirrm %%DATADIR%%/games -@dirrm %%DATADIR%% |