diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-10-22 21:43:40 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-10-22 21:43:40 +0800 |
commit | 1a4e118b58a164705e902b7f8df9b0073fe85905 (patch) | |
tree | c0ecb72aa0de1b002a47d595aee75e7c8f798ad0 /sysutils | |
parent | 9415d55360943b2a79c25151a5704d43653a63d4 (diff) | |
download | freebsd-ports-gnome-1a4e118b58a164705e902b7f8df9b0073fe85905.tar.gz freebsd-ports-gnome-1a4e118b58a164705e902b7f8df9b0073fe85905.tar.zst freebsd-ports-gnome-1a4e118b58a164705e902b7f8df9b0073fe85905.zip |
sysutils/rinse: chase r421098
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rinse/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/rinse/Makefile b/sysutils/rinse/Makefile index 75002601c05e..312fe53d0359 100644 --- a/sysutils/rinse/Makefile +++ b/sysutils/rinse/Makefile @@ -23,15 +23,11 @@ MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" VERSION=${DISTVERSION} DATADIR= ${PREFIX}/lib/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME} +IGNORE_DragonFly= requires linuxulator to register rpms + ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= requires linuxulator to register rpms -.include <bsd.port.options.mk> - -.if ${OPSYS} == DragonFly -IGNORE= requires linuxulator to register rpms -.endif - post-extract: ${MV} ${WRKSRC}/etc/rinse.conf ${WRKSRC}/etc/rinse.conf.sample |