diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-26 21:56:27 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-26 21:56:27 +0000 |
commit | ce6f44ce8b92b6415dfaef3e8936e080029e9704 (patch) | |
tree | 00f0524e461ab7a8c82f71ca26c9c971a18dab79 /security | |
parent | e56b1a155e982bcc85348877b2990643df453cbf (diff) | |
download | ports-ce6f44ce8b92b6415dfaef3e8936e080029e9704.tar.gz ports-ce6f44ce8b92b6415dfaef3e8936e080029e9704.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/checkpassword-pam/Makefile | 3 | ||||
-rw-r--r-- | security/checkpassword-pam/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile index 24ed609e3e2f..c3cf0a7ac630 100644 --- a/security/checkpassword-pam/Makefile +++ b/security/checkpassword-pam/Makefile @@ -17,5 +17,8 @@ COMMENT= Implementation of checkpassword authentication program GNU_CONFIGURE= yes MAN8= checkpassword-pam.8 +PLIST_FILES= bin/checkpassword-pam + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.mk> diff --git a/security/checkpassword-pam/pkg-plist b/security/checkpassword-pam/pkg-plist deleted file mode 100644 index b4f150cc398d..000000000000 --- a/security/checkpassword-pam/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/checkpassword-pam |