diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-25 19:35:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-25 19:35:41 +0000 |
commit | 571fc56926d2db42c839c992c8361bd043e3e9bf (patch) | |
tree | 23f52e8b30bafd02b635acb8781c90e59b220bbd /sysutils/sge61/pkg-plist | |
parent | 9ac77bc2829c494922caacc711e6eff4503066a1 (diff) | |
download | ports-571fc56926d2db42c839c992c8361bd043e3e9bf.tar.gz ports-571fc56926d2db42c839c992c8361bd043e3e9bf.zip |
Notes
Diffstat (limited to 'sysutils/sge61/pkg-plist')
-rw-r--r-- | sysutils/sge61/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/sge61/pkg-plist b/sysutils/sge61/pkg-plist index 91fe536eec32..c9e026ce3484 100644 --- a/sysutils/sge61/pkg-plist +++ b/sysutils/sge61/pkg-plist @@ -279,6 +279,7 @@ %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/infotext %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/loadcheck %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/now +%%SGE_BASE%%/utilbin/%%SGE_ARCH%%/openssl %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/qrsh_starter %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/rlogin %%SGE_BASE%%/utilbin/%%SGE_ARCH%%/rsh @@ -514,4 +515,4 @@ @dirrm %%PORTDOCS%%%%DOCSDIR%%/testsuite/adoc @dirrm %%PORTDOCS%%%%DOCSDIR%%/testsuite @dirrm %%PORTDOCS%%%%DOCSDIR%% -@unexec rmdir %%PREFIX%%/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.") +@unexec rmdir %D/%%SGE_BASE%%/ 2>/dev/null || ( echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %D/%%SGE_BASE%% and its contents manually.") |