diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-11 04:14:18 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-11 04:14:18 +0000 |
commit | 8a049d1f3f537b0478f95c9736f2f796fda1089e (patch) | |
tree | f8e83ac8628e745f384b1f6398b1d16a8d525b18 /misc/compat4x | |
parent | 6f5a8a9d43c77ef82dc571f9180abc9b793e7497 (diff) | |
download | ports-8a049d1f3f537b0478f95c9736f2f796fda1089e.tar.gz ports-8a049d1f3f537b0478f95c9736f2f796fda1089e.zip |
Notes
Diffstat (limited to 'misc/compat4x')
-rw-r--r-- | misc/compat4x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat4x/pkg-plist.freebsd5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 3faef167cb4b..80a33fc8710e 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -3,7 +3,7 @@ PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} diff --git a/misc/compat4x/pkg-plist.freebsd5 b/misc/compat4x/pkg-plist.freebsd5 index 8976500b7be9..67b4b7e4810c 100644 --- a/misc/compat4x/pkg-plist.freebsd5 +++ b/misc/compat4x/pkg-plist.freebsd5 @@ -40,4 +40,4 @@ %%AMD64_ONLY%%@exec %%LDCONFIG_LIB32%% -m %D/%%LIBDIR%%/compat @dirrmtry %%LIBDIR%%/compat @comment Hardcode lib32 since we should not remove lib. -@dirrmtry lib32 +%%AMD64_ONLY%%@dirrmtry lib32 |