diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:03:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:03:48 +0800 |
commit | d7c46ca1413d2e0293bb2320a0e12ea1a6490d8b (patch) | |
tree | 25804eea76519712e2fc288a1f50a50b81b658ab /security | |
parent | 16220805bcc30dc013db6826726540ec03c91a08 (diff) | |
download | freebsd-ports-gnome-d7c46ca1413d2e0293bb2320a0e12ea1a6490d8b.tar.gz freebsd-ports-gnome-d7c46ca1413d2e0293bb2320a0e12ea1a6490d8b.tar.zst freebsd-ports-gnome-d7c46ca1413d2e0293bb2320a0e12ea1a6490d8b.zip |
Rename PLIST.X11 to pkg-plist.x11.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 0fd2b1158785..6c5d2d31808a 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -132,8 +132,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 USE_XLIB= yes PLIST:= ${WRKDIR}/PLIST pre-install: - @${CAT} ${PKGDIR}/PLIST.X11 > ${PLIST} - @${CAT} ${PKGDIR}/PLIST >> ${PLIST} + @${CAT} ${PKGDIR}/pkg-plist.x11 ${PKGDIR}/pkg-plist > ${PLIST} .else CONFIGURE_ARGS+= --without-x .endif |