diff options
author | sergei <sergei@FreeBSD.org> | 2004-01-27 05:56:27 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-01-27 05:56:27 +0800 |
commit | f340b83e6c9bcef7d7f572cdba217dcb5194cd5f (patch) | |
tree | f2d2b430a968c754484b7097f1eb11d67ee3c290 /security/checkpassword-pam | |
parent | e567bd6395f55da962a4cf65048b86cf42f2b08e (diff) | |
download | freebsd-ports-gnome-f340b83e6c9bcef7d7f572cdba217dcb5194cd5f.tar.gz freebsd-ports-gnome-f340b83e6c9bcef7d7f572cdba217dcb5194cd5f.tar.zst freebsd-ports-gnome-f340b83e6c9bcef7d7f572cdba217dcb5194cd5f.zip |
- Hasta la vista, pkg-plist!
- Shut up configure with CONFIGURE_TARGET
PR: 61643
Submitted by: maintainer
Diffstat (limited to 'security/checkpassword-pam')
-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 |