diff options
author | steve <steve@FreeBSD.org> | 2001-07-26 01:56:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-07-26 01:56:24 +0800 |
commit | c384704c30da62d0090fca32364398e1c8a0e2ef (patch) | |
tree | 95c68d32cee077d90e946e2784833cdf35bb79cd /security/libmcrypt | |
parent | 3ca6942414d8227eea10a329f972c6ef16e12883 (diff) | |
download | freebsd-ports-gnome-c384704c30da62d0090fca32364398e1c8a0e2ef.tar.gz freebsd-ports-gnome-c384704c30da62d0090fca32364398e1c8a0e2ef.tar.zst freebsd-ports-gnome-c384704c30da62d0090fca32364398e1c8a0e2ef.zip |
Use CONFIGURE_TARGET so that the config script gets named correctly
on both the x86 and alpha platforms.
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 1 | ||||
-rw-r--r-- | security/libmcrypt/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 75fd2296108e..cbb9c511783c 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -23,6 +23,7 @@ LIBTOOLFLAGS= # empty CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes +PLIST_SUB= CONFIGURE_TARGET=${CONFIGURE_TARGET} MAN3= mcrypt.3 diff --git a/security/libmcrypt/pkg-plist b/security/libmcrypt/pkg-plist index a80605981061..5b24b190af79 100644 --- a/security/libmcrypt/pkg-plist +++ b/security/libmcrypt/pkg-plist @@ -1,4 +1,4 @@ -bin/i386--freebsd4.3-libmcrypt-config +bin/%%CONFIGURE_TARGET%%-libmcrypt-config include/mcrypt.h lib/libmcrypt.a lib/libmcrypt.la |